frmInventory Member Details
|
|
frmInventory Public Fields
|
|
|
|
|
|
frmInventory Public Enumerations
|
|
|
|
|
|
frmInventory Constructors
|
New
|
|
The Plain-Vanilla Constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
|
|
|
|
|
frmInventory Public Properties
|
Inventory
|
|
Inventory of this Graph Construction |
Category: Behavior |
Public Property Inventory() As Inventory
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Inventory |
|
LigRootInv
|
|
Root Node of the Ligature TreeView |
Category: Behavior |
Public Property LigRootInv() As TreeNode[]
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
TreeNode[] |
|
RootSA
|
|
Root of the Graph Construction; setting this property (in the ToolBar Button that activates this Form) also initially sets up the Graph and Ligature TreeViews |
Category: Behavior |
Public Property RootSA() As SheetOfAssertion
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
SheetOfAssertion |
|
|
|
|
|
|
frmInventory Public Methods
|
ArrayToString
|
|
Returns a String Concatenating an Array of Strings |
Public Shared Function ArrayToString(ByVal A As String[]) As String
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
A
As
String[]
|
Return Value:
|
|
String |
|
|
LocationAsClientCoord
|
|
Gives the Location of this Form in its own Client Coordinates |
Public Function LocationAsClientCoord() As Point
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
Point |
|
|
LocationAsScreenCoord
|
|
Gives the Location of this Form in Screen Coordinates |
Public Function LocationAsScreenCoord() As Point
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
Point |
|
|
PopulateInactiveList
|
|
Populates Inactive ListView from Inventory.GraphsInactive Collection |
Public Sub PopulateInactiveList()
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
Void |
|
|
SetTypeColorFor
|
|
Returns White or Black optimized for visibiity against given BackColor |
Public Shared Function SetTypeColorFor(ByVal B As Color) As Color
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
B
As
Color
|
Return Value:
|
|
Color |
|
|
|
|
|
|
|
frmInventory Public Events
|
|
|
|
|