JamBaseShellListViewShowContextMenu Property |
If set to true, the context menu will be shown if a right click event occurs.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also