JamBaseShellListViewDetectLeftClick Property |
Local variable to detect whether the mouse is clicked or dragged
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool DetectLeftClick { get; set; }Protected Property DetectLeftClick As Boolean
Get
Set
protected:
property bool DetectLeftClick {
bool get ();
void set (bool value);
}member DetectLeftClick : bool with get, set
Property Value
BooleanTrue if detect left click, false if not.
See Also