ShellSystemListShowContextMenu Property |
If set to true, the Windows Explorer context menu will be shown if a right click event occurs.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowContextMenu { get; set; }
Public Property ShowContextMenu As Boolean
Get
Set
public:
property bool ShowContextMenu {
bool get ();
void set (bool value);
}
member ShowContextMenu : bool with get, set
Property Value
Type:
BooleanSee Also