C# Class AutoRankEditor.GroupNode

Inheritance: System.Windows.Forms.TreeNode
Datei anzeigen Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
GroupNode ( ) : System.Windows.Forms
GroupNode ( GroupNodeType op ) : System.Windows.Forms
UpdateLabel ( ) : void

Method Details

GroupNode() public method

public GroupNode ( ) : System.Windows.Forms
return System.Windows.Forms

GroupNode() public method

public GroupNode ( GroupNodeType op ) : System.Windows.Forms
op GroupNodeType
return System.Windows.Forms

UpdateLabel() public method

public UpdateLabel ( ) : void
return void