Gets or sets the default folder open icon.


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

Syntax

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

/** property */
public void set_DefaultFolderOpenIcon(string value);
JScript
public function get DefaultFolderOpenIcon() : String

public function set DefaultFolderOpenIcon(value : String);

Property Value

The default folder open icon.

See Also