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