Gets or sets the drag drop indicator icon.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <BrowsableAttribute(True), _ CategoryAttribute("Icon"), _ DefaultValueAttribute("astreeview-dragDrop-indicator1.gif")> Public Property ImgDragDropIndicator As String |
| C# |
|---|
| [BrowsableAttribute(True)] [CategoryAttribute("Icon")] [DefaultValueAttribute("astreeview-dragDrop-indicator1.gif")] public string ImgDragDropIndicator { get; set; } |
| C++ |
|---|
| [BrowsableAttribute(True)] [CategoryAttribute(L"Icon")] [DefaultValueAttribute(L"astreeview-dragDrop-indicator1.gif")] public property string ImgDragDropIndicator sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute BrowsableAttribute(True) */ /** @attribute CategoryAttribute("Icon") */ /** @attribute DefaultValueAttribute("astreeview-dragDrop-indicator1.gif") */ /** property */ public string get_ImgDragDropIndicator(); /** property */ public void set_ImgDragDropIndicator(string value); |
| JScript |
|---|
| public function get ImgDragDropIndicator() : String public function set ImgDragDropIndicator(value : String); |
Property Value
The img drag drop indicator.