DetailsPaneShowPropertiesButton Property |
Determines if the 'Properties' button is generally visible. Its visibility for specific items can be further controlled via the CustomizeProperties event.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowPropertiesButton { get; set; }
Public Property ShowPropertiesButton As Boolean
Get
Set
public:
property bool ShowPropertiesButton {
bool get ();
void set (bool value);
}
member ShowPropertiesButton : bool with get, set
Property Value
Boolean
See Also