JamBaseShellListViewDetectRightClick Property |
Local variable to detect whether the mouse is clicked or dragged
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool DetectRightClick { get; set; }
Protected Property DetectRightClick As Boolean
Get
Set
protected:
property bool DetectRightClick {
bool get ();
void set (bool value);
}
member DetectRightClick : bool with get, set
Property Value
Type:
BooleanTrue if detect right click, false if not.
See Also