ShellComboBoxShowDesktopContent Property |
If set to true, the ShellComboBox includes the first level of content of the Desktop folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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