CssClassTextNode


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

Syntax

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

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

/** property */
public void set_CssClassTextNode(string value);
JScript
public function get CssClassTextNode() : String

public function set CssClassTextNode(value : String);

See Also