Method | Description | |
---|---|---|
AddItemToItem ( string stringToAdd, object ReferenceObject, |
||
AddItemUnique ( String stringToAdd, object ReferenceObject ) : |
||
AttachItem ( |
||
Clear ( ) : void | ||
ClearEvents ( ) : void | ||
CollapseAll ( ) : void | ||
CollapseListBox ( |
||
ContainsObject ( object objectToSearchFor ) : bool | ||
DeselectObject ( object objectToDeselect ) : void | ||
DetachItem ( string itemToRemove ) : |
Detaches the item from the CollapseListBox. This method will keep all children of the detached item in tact so that the item can simply be reattached again. |
|
ExpandAll ( ) : void | ||
GetFirstHighlightedParentObject ( ) : Object | ||
GetFirstHighlightedString ( ) : string | ||
GetHighlightedItems ( ) : List |
||
GetLastHighlightedObject ( ) : object | ||
GetNumContained ( object objectToCount ) : int | ||
GetObject ( string objectToGet ) : Object | ||
IndexOf ( object objectToSearchFor ) : int | ||
MoveHighlightedDown ( ) : void | ||
MoveHighlightedUp ( ) : void | ||
MoveItemDown ( |
||
MoveItemUp ( |
||
MoveLeftOne ( |
||
MoveLeftOne ( object objectReference ) : |
||
MoveLeftOne ( string itemToRemove ) : |
||
RemoveHighlightedItems ( ) : List |
||
RemoveHighlightedItemsAndChildren ( ) : List |
||
RemoveItemAndChildren ( |
||
RemoveItemAndChildren ( object objectToRemove ) : |
Method | Description | |
---|---|---|
OnRightClick ( |
||
PopupListBoxClick ( |
public AddItemToItem ( string stringToAdd, object ReferenceObject, |
||
stringToAdd | string | |
ReferenceObject | object | |
itemToAddTo | ||
return |
public AddItemUnique ( String stringToAdd, object ReferenceObject ) : |
||
stringToAdd | String | |
ReferenceObject | object | |
return |
public AttachItem ( |
||
itemToAttach | ||
return |
public CollapseListBox ( |
||
cursor | ||
return | System |
public ContainsObject ( object objectToSearchFor ) : bool | ||
objectToSearchFor | object | |
return | bool |
public DeselectObject ( object objectToDeselect ) : void | ||
objectToDeselect | object | |
return | void |
public DetachItem ( string itemToRemove ) : |
||
itemToRemove | string | |
return |
public GetFirstHighlightedParentObject ( ) : Object | ||
return | Object |
public GetFirstHighlightedString ( ) : string | ||
return | string |
public GetNumContained ( object objectToCount ) : int | ||
objectToCount | object | |
return | int |
public GetObject ( string objectToGet ) : Object | ||
objectToGet | string | |
return | Object |
public IndexOf ( object objectToSearchFor ) : int | ||
objectToSearchFor | object | |
return | int |
public MoveItemDown ( |
||
itemToMove | ||
return | bool |
public MoveItemUp ( |
||
itemToMove | ||
return | bool |
public MoveLeftOne ( |
||
itemToRemove | ||
return |
public MoveLeftOne ( object objectReference ) : |
||
objectReference | object | |
return |
public MoveLeftOne ( string itemToRemove ) : |
||
itemToRemove | string | |
return |
public RemoveHighlightedItemsAndChildren ( ) : List |
||
return | List |
public RemoveItemAndChildren ( |
||
itemToRemove | ||
return |
public RemoveItemAndChildren ( object objectToRemove ) : |
||
objectToRemove | object | |
return |