JamBaseShellListViewShellContextMenu Property |
Indicates whether the Windows ShellContextMenu should be shown or not.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShellContextMenu { get; set; }
Public Property ShellContextMenu As Boolean
Get
Set
public:
property bool ShellContextMenu {
bool get ();
void set (bool value);
}
member ShellContextMenu : bool with get, set
Property Value
Boolean
See Also