C# Class System.Windows.Forms.TreeNode

Inheritance: System.MarshalByRefObject, ICloneable, ISerializable
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Свойство Type Description
DEFAULT_FORE_COLOR Color

Méthodes publiques

Méthode Description
Collapse ( ) : void
EnsureVisible ( ) : void
Expand ( ) : void
ExpandAll ( ) : void
Remove ( ) : void
ToString ( ) : string
Toggle ( ) : void
TreeNode ( string text ) : System
TreeNode ( string text, TreeNode children ) : System

Private Methods

Méthode Description
CollapseInternal ( ) : void
ExpandAllInternal ( ) : void
GetXIndex ( ) : int
GetYIndex ( ) : int
Remove ( bool notify ) : void
TreeNode ( TreeView treeView ) : System
_GetVisibleNodesAmount ( TreeNode node, int currentAmount ) : int
_GetXIndex ( TreeNode currentNode, int currentX ) : int
_GetYIndex ( TreeNode currentNode, int currentY ) : int

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

EnsureVisible() public méthode

public EnsureVisible ( ) : void
Résultat void

Expand() public méthode

public Expand ( ) : void
Résultat void

ExpandAll() public méthode

public ExpandAll ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Toggle() public méthode

public Toggle ( ) : void
Résultat void

TreeNode() public méthode

public TreeNode ( string text ) : System
text string
Résultat System

TreeNode() public méthode

public TreeNode ( string text, TreeNode children ) : System
text string
children TreeNode
Résultat System

Property Details

DEFAULT_FORE_COLOR public_oe static_oe property

public static Color DEFAULT_FORE_COLOR
Résultat Color