CustomizePropertiesEventArgsShowPropertiesButton Property |
Gets or sets a value indicating whether the 'Properties' button should be shown for this item.
The default value is determined by the component's ShowPropertiesButton property.
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