Gets or sets the checkbox checked icon.


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

Syntax

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

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

/** property */
public void set_ImgCheckboxChecked(string value);
JScript
public function get ImgCheckboxChecked() : String

public function set ImgCheckboxChecked(value : String);

Property Value

The img checkbox checked.

See Also