Gets or sets the default node icon.


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

Syntax

Visual Basic (Declaration)
Public Property DefaultNodeIcon As String
C#
public string DefaultNodeIcon { get; set; }
C++
public property string DefaultNodeIcon sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DefaultNodeIcon();

/** property */
public void set_DefaultNodeIcon(string value);
JScript
public function get DefaultNodeIcon() : String

public function set DefaultNodeIcon(value : String);

Property Value

The default node icon.

See Also