Gets or sets the image path.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ImagePath As String |
| C# |
|---|
| public string ImagePath { get; set; } |
| C++ |
|---|
| public property string ImagePath sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ImagePath(); /** property */ public void set_ImagePath(string value); |
| JScript |
|---|
| public function get ImagePath() : String public function set ImagePath(value : String); |
Property Value
The image path.