Gets or sets the open icon of the node.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute("astreeview-plus.gif"), _
 CategoryAttribute("Icon"), _
 BrowsableAttribute(True)>

Public Property ImgPlusIcon As String
C#
[DefaultValueAttribute("astreeview-plus.gif")]
[CategoryAttribute("Icon")]
[BrowsableAttribute(True)]
public string ImgPlusIcon { get; set; }
C++
[DefaultValueAttribute(L"astreeview-plus.gif")]
[CategoryAttribute(L"Icon")]
[BrowsableAttribute(True)]
public property string ImgPlusIcon sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute DefaultValueAttribute("astreeview-plus.gif") */
/** @attribute CategoryAttribute("Icon") */
/** @attribute BrowsableAttribute(True) */
/** property */
public string get_ImgPlusIcon();

/** property */
public void set_ImgPlusIcon(string value);
JScript
public function get ImgPlusIcon() : String

public function set ImgPlusIcon(value : String);

Property Value

The img plus icon.

See Also