Gets or sets the default folder icon.


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

Syntax

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

/** property */
public void set_DefaultFolderIcon(string value);
JScript
public function get DefaultFolderIcon() : String

public function set DefaultFolderIcon(value : String);

Property Value

The default folder icon.

See Also