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