Gets or sets the img checkbox half checked.


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

Syntax

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