JamBaseShellListViewShellContextMenu Property |
Indicates whether the Windows ShellContextMenu should be shown or not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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
Type:
BooleanSee Also