Gets or sets the checkbox half-checked icon.


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

Syntax

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

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

/** property */
public void set_ImgCheckboxHalfChecked(string value);
JScript
public function get ImgCheckboxHalfChecked() : String

public function set ImgCheckboxHalfChecked(value : String);

Property Value

The img checkbox half checked.

See Also