프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Init | void | ||
ShouldSerializeLongForeColor | bool | ||
ShouldSerializeLongNodeFont | bool | ||
ShouldSerializeLongText | bool |
메소드 | 설명 | |
---|---|---|
KryptonTreeNode ( ) : System |
Initialize a new instance of the KryptonTreeNode class.
|
|
KryptonTreeNode ( string text ) : System |
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text.
|
|
KryptonTreeNode ( string text, |
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text and child tree nodes.
|
|
KryptonTreeNode ( string text, int imageIndex, int selectedImageIndex ) : System |
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text and images to display when the tree node is in a selected and unselected state.
|
|
KryptonTreeNode ( string text, int imageIndex, int selectedImageIndex, |
Initializes a new instance of the System.Windows.Forms.TreeNode class with the specified label text, child tree nodes, and images to display when the tree node is in a selected and unselected state.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
메소드 | 설명 | |
---|---|---|
Init ( ) : void | ||
ShouldSerializeLongForeColor ( ) : bool | ||
ShouldSerializeLongNodeFont ( ) : bool | ||
ShouldSerializeLongText ( ) : bool |
public KryptonTreeNode ( string text ) : System | ||
text | string | The label System.Windows.Forms.TreeNode.Text of the new tree node. |
리턴 | System |
public KryptonTreeNode ( string text, |
||
text | string | The label System.Windows.Forms.TreeNode.Text of the new tree node. |
children | An array of child System.Windows.Forms.TreeNode objects. | |
리턴 | System |
public KryptonTreeNode ( string text, int imageIndex, int selectedImageIndex ) : System | ||
text | string | The label System.Windows.Forms.TreeNode.Text of the new tree node. |
imageIndex | int | The index value of System.Drawing.Image to display when the tree node is unselected. |
selectedImageIndex | int | The index value of System.Drawing.Image to display when the tree node is selected. |
리턴 | System |
public KryptonTreeNode ( string text, int imageIndex, int selectedImageIndex, |
||
text | string | The label System.Windows.Forms.TreeNode.Text of the new tree node. |
imageIndex | int | The index value of System.Drawing.Image to display when the tree node is unselected. |
selectedImageIndex | int | The index value of System.Drawing.Image to display when the tree node is selected. |
children | An array of child System.Windows.Forms.TreeNode objects. | |
리턴 | System |
protected OnPropertyChanged ( |
||
e | A PropertyChangedEventArgs containing the event data. | |
리턴 | void |