C# Class System.Windows.Forms.TreeView

Inheritance: Control
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Protected Properties

Свойство Type Description
scrollIndex float
scrollNodeList List

Méthodes publiques

Méthode Description
CollapseAll ( ) : void
Dispose ( ) : void
ExpandAll ( ) : void
Find ( Predicate match ) : TreeNode
Refresh ( ) : void
TreeView ( ) : System

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CollapseAll() public méthode

public CollapseAll ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExpandAll() public méthode

public ExpandAll ( ) : void
Résultat void

Find() public méthode

public Find ( Predicate match ) : TreeNode
match Predicate
Résultat TreeNode

OnDrawNode() protected méthode

protected OnDrawNode ( DrawTreeNodeEventArgs e ) : void
e DrawTreeNodeEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnMouseDoubleClick() protected méthode

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseHover() protected méthode

protected OnMouseHover ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintEditor() protected méthode

protected OnPaintEditor ( float width ) : object
width float
Résultat object

ProccesNode() protected méthode

protected ProccesNode ( TreeNode node ) : void
node TreeNode
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SelectNodeWText() protected méthode

protected SelectNodeWText ( string text, bool caseSencitive = false ) : void
text string
caseSencitive bool
Résultat void

TreeView() public méthode

public TreeView ( ) : System
Résultat System

Property Details

scrollIndex protected_oe property

protected float scrollIndex
Résultat float

scrollNodeList protected_oe property

protected List scrollNodeList
Résultat List