Свойство | Тип | Описание | |
---|---|---|---|
scrollIndex | float | ||
scrollNodeList | List |
Метод | Описание | |
---|---|---|
CollapseAll ( ) : void | ||
Dispose ( ) : void | ||
ExpandAll ( ) : void | ||
Find ( Predicate |
||
Refresh ( ) : void | ||
TreeView ( ) : System |
Метод | Описание | |
---|---|---|
OnDrawNode ( DrawTreeNodeEventArgs e ) : void | ||
OnKeyPress ( KeyEventArgs e ) : void | ||
OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseHover ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintEditor ( float width ) : object | ||
ProccesNode ( TreeNode node ) : void | ||
SelectNodeWText ( string text, bool caseSencitive = false ) : void |
Метод | Описание | |
---|---|---|
EnsureVisible ( TreeNode node ) : void | ||
TreeView_Resize ( object sender, EventArgs e ) : void | ||
_AddjustScrollIndexToSelectedNode ( ) : void | ||
_Application_UpClick ( object sender, MouseEventArgs e ) : void | ||
_FixScrollIndex ( ) : void | ||
_GetNodeAtPosition ( TreeNode rootNode, Point position ) : TreeNode | ||
_GetNodeBounds ( TreeNode node ) : Rectangle | ||
_OnDrawNode ( object sender, DrawTreeNodeEventArgs e ) : void | ||
_SelectAtPosition ( MouseEventArgs e ) : TreeNode | ||
_SelectNext ( int fromIndex ) : bool | ||
_SelectNext ( ) : void | ||
_SelectNode ( TreeNode node ) : void | ||
_SelectPrevious ( int fromIndex ) : bool | ||
_SelectPrevious ( ) : void | ||
_UpdateScrollList ( ) : void |
public Find ( Predicate |
||
match | Predicate |
|
Результат | TreeNode |
protected OnDrawNode ( DrawTreeNodeEventArgs e ) : void | ||
e | DrawTreeNodeEventArgs | |
Результат | void |
protected OnKeyPress ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
Результат | void |
protected OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseHover ( EventArgs e ) : void | ||
e | EventArgs | |
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnPaintEditor ( float width ) : object | ||
width | float | |
Результат | object |
protected ProccesNode ( TreeNode node ) : void | ||
node | TreeNode | |
Результат | void |
protected SelectNodeWText ( string text, bool caseSencitive = false ) : void | ||
text | string | |
caseSencitive | bool | |
Результат | void |