ShellSystemListShowBackgroundContextMenu Property |
If set to true, the Windows Explorer background context menu will be shown if a right click event occurs.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowBackgroundContextMenu { get; set; }Public Property ShowBackgroundContextMenu As Boolean
Get
Set
public:
property bool ShowBackgroundContextMenu {
bool get ();
void set (bool value);
}member ShowBackgroundContextMenu : bool with get, set
Property Value
Boolean
See Also