메소드 | 설명 | |
---|---|---|
Create ( string text ) : |
Creates a new tree node (factory).
|
|
CreateHtml ( ) : string |
Allows deriving classes to provide custom HTML for the item. To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item. |
|
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
OnIsSelectedChanged ( ) : void |
public static Create ( string text ) : |
||
text | string | The value of the 'Text' property. |
리턴 |