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