ShellComboBoxShowDesktopContent Property |
If set to true, the ShellComboBox includes the first level of content of the Desktop folder.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also