ShellComboBoxShowDesktopContent Property |
If set to true, the ShellComboBox includes the first level of content of the Desktop folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowDesktopContent { get; set; }
Public Property ShowDesktopContent As Boolean
Get
Set
public:
property bool ShowDesktopContent {
bool get ();
void set (bool value);
}
member ShowDesktopContent : bool with get, set
Property Value
Type:
BooleanSee Also