Gets or sets the img checkbox checked.


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

Syntax

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