Property | Type | Description | |
---|---|---|---|
m_initiallyCheckedNodes | List |
||
m_initiallySelectedHvos | List |
Method | Description | |
---|---|---|
Load ( ICmPossibilityList list, List |
Loads the tree with the specified list of possibilities.
|
|
Load ( ICmPossibilityList list, List |
Loads the tree with the specified list of possibilities.
|
|
UpdateSelectedLabel ( ) : void |
|
Method | Description | |
---|---|---|
CreateNode ( ICmPossibility possibility ) : |
Create a node for a possibility (including populating its child nodes)
|
|
GetPossibilityText ( ICmPossibility possibility ) : string |
Get the text representing the possibility.
|
|
GetSelectedItems ( |
Gets the selected items for the specified node and its children.
|
|
IsNodeSelected ( |
Gets a value indicating whether or not the specified node is selected. For it to be selected, it has to checked while its parent is not.
|
|
OnAfterCheck ( |
|
|
OnHandleCreated ( |
Overrides M:System.Windows.Forms.Control.OnHandleCreated(System.EventArgs).
|
|
PopulateChildNodes ( |
Populate the node with the children of the possibility. (recursive)
|
Method | Description | |
---|---|---|
GetSelectedPossibilites ( |
Gets the selected possibilites for the specified node and its children.
|
protected CreateNode ( ICmPossibility possibility ) : |
||
possibility | ICmPossibility | |
return |
protected GetPossibilityText ( ICmPossibility possibility ) : string | ||
possibility | ICmPossibility | |
return | string |
protected GetSelectedItems ( |
||
node | ||
selectedItems | List |
|
return | void |
protected IsNodeSelected ( |
||
node | ||
return | bool |
public Load ( ICmPossibilityList list, List |
||
list | ICmPossibilityList | |
initiallySelectedHvos | List |
|
return | void |
public Load ( ICmPossibilityList list, List |
||
list | ICmPossibilityList | |
initiallySelectedHvos | List |
|
lblSelectedCategories | ||
return | void |
protected OnAfterCheck ( |
||
e | ||
return | void |
protected OnHandleCreated ( |
||
e | An |
|
return | void |
protected PopulateChildNodes ( |
||
node | given node | |
possibility | ICmPossibility | The possibility whose subpossibilities will be added as /// the child nodes |
return | void |