Свойство | Тип | Описание | |
---|---|---|---|
GetNextDisplayedNode | ComboTreeNode | ||
GetNodeImage | Image | ||
GetNodesRecursive | IEnumerator |
||
GetPrevDisplayedNode | ComboTreeNode | ||
IsNodeVisible | bool | ||
OwnsNode | bool | ||
SetDroppedDown | void | ||
SetSelectedNode | void | ||
dropDown_Closed | void | ||
dropDown_Opened | void | ||
nodes_CollectionChanged | void |
Метод | Описание | |
---|---|---|
BeginUpdate ( ) : void |
Prevents the dropdown portion of the control from being updated until the EndUpdate method is called.
|
|
CollapseAll ( ) : void |
Collapses all nodes in the tree for when the dropdown portion of the control is reopened.
|
|
ComboTreeBox ( ) : System |
Initalises a new instance of ComboTreeBox.
|
|
EndUpdate ( ) : void |
Updates the dropdown portion of the control after being suspended by the BeginUpdate method.
|
|
ExpandAll ( ) : void |
Expands all nodes in the tree for when the dropdown portion of the control is reopened.
|
|
Sort ( ) : void |
Sorts the contents of the tree using the default comparer.
|
|
Sort ( IComparer |
Sorts the contents of the tree using the specified comparer.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes of the control and its dropdown.
|
|
OnFontChanged ( |
Updates the dropdown's font when the control's font changes.
|
|
OnKeyDown ( |
Handles keyboard shortcuts.
|
|
OnLostFocus ( |
Closes the dropdown portion of the control when it loses focus.
|
|
OnMouseClick ( MouseEventArgs e ) : void |
Toggles the visibility of the dropdown portion of the control.
|
|
OnMouseWheel ( MouseEventArgs e ) : void |
Scrolls between adjacent nodes, or scrolls the drop-down portion of the control in response to the mouse wheel.
|
|
OnPaintContent ( |
Paints the selected node in the control.
|
|
OnSelectedNodeChanged ( |
Raises the SelectedNodeChanged event.
|
Метод | Описание | |
---|---|---|
GetNextDisplayedNode ( ) : ComboTreeNode |
Returns the next displayable node, relative to the selected node.
|
|
GetNodeImage ( ComboTreeNode node ) : Image |
Returns the image referenced by the specified node in the ImageList component associated with this control.
|
|
GetNodesRecursive ( ComboTreeNodeCollection collection, bool reverse ) : IEnumerator |
Helper method for the AllNodes property.
|
|
GetPrevDisplayedNode ( ) : ComboTreeNode |
Returns the previous displayable node, relative to the selected node.
|
|
IsNodeVisible ( ComboTreeNode node ) : bool |
Determines whether the specified node should be displayed.
|
|
OwnsNode ( ComboTreeNode node ) : bool |
Determines whether the specified node belongs to this ComboTreeBox, and hence is a valid selection. For the purposes of this method, a null value is always a valid selection.
|
|
SetDroppedDown ( bool droppedDown, bool raiseEvents ) : void |
Sets the value of the DroppedDown property, optionally without raising any events.
|
|
SetSelectedNode ( ComboTreeNode node ) : void |
Sets the value of the SelectedNode property and raises the SelectedNodeChanged event.
|
|
dropDown_Closed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void | ||
dropDown_Opened ( object sender, |
||
nodes_CollectionChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnFontChanged ( |
||
e | ||
Результат | void |
protected OnKeyDown ( |
||
e | ||
Результат | void |
protected OnLostFocus ( |
||
e | ||
Результат | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnPaintContent ( |
||
e | ||
Результат | void |
protected OnSelectedNodeChanged ( |
||
e | ||
Результат | void |