Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ItemText As String |
| C# |
|---|
| public string ItemText { get; set; } |
| C++ |
|---|
| public property string ItemText sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ItemText(); /** property */ public void set_ItemText(string value); |
| JScript |
|---|
| public function get ItemText() : String public function set ItemText(value : String); |