Gets or sets the checkbox unchecked icon.


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

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute("astreeview-checkbox-unchecked.gif"), _
 CategoryAttribute("Checkbox"), _
 BrowsableAttribute(True)>

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

/** property */
public void set_ImgCheckboxUnchecked(string value);
JScript
public function get ImgCheckboxUnchecked() : String

public function set ImgCheckboxUnchecked(value : String);

Property Value

The img checkbox unchecked.

See Also