Méthode | Description | |
---|---|---|
ClearNodes ( ) : void |
Thread-safe method for clearing the TreeView control
|
|
CollapseNode ( |
Thread-safe method for collapsing a TreeNode in the control
|
|
ExpandNode ( |
Thread-safe method for expanding a TreeNode in the control
|
|
InventoryTree ( ) : System.Collections.Generic |
TreeView control for an unspecified client's inventory
|
|
InventoryTree ( GridClient client ) : System.Collections.Generic |
TreeView control for the specified client's inventory
|
|
UpdateFolder ( UUID folderID ) : void |
Thread-safe method for updating the contents of the specified folder UUID
|
Méthode | Description | |
---|---|---|
InitializeClient ( GridClient client ) : void | ||
InventoryTree_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void | ||
Inventory_OnFolderUpdated ( UUID folderID ) : void | ||
Network_OnLogin ( LoginStatus login, string message ) : void |
public CollapseNode ( |
||
node | ||
Résultat | void |
public ExpandNode ( |
||
node | ||
Résultat | void |
public InventoryTree ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public InventoryTree ( GridClient client ) : System.Collections.Generic | ||
client | GridClient | |
Résultat | System.Collections.Generic |
public UpdateFolder ( UUID folderID ) : void | ||
folderID | UUID | |
Résultat | void |