CssClassChecboxTextNode


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

Syntax

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

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

/** property */
public void set_CssClassChecboxTextNode(string value);
JScript
public function get CssClassChecboxTextNode() : String

public function set CssClassChecboxTextNode(value : String);

See Also