Gets or sets the img plus icon.


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

Syntax

Visual Basic (Declaration)
Public Property ImgPlusIcon As String
C#
public string ImgPlusIcon { get; set; }
C++
public property string ImgPlusIcon sealed  {
    String get();
    void set(String value);
}
J#
/** 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