SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the tree control generates Item(Dbl)Click events only in response to the left mouse button.
Get
VB.NET | Boolean = object.LeftItemClickOnly As Boolean |
VB | Boolean = object.LeftItemClickOnly As Boolean |
C#.NET | bool Boolean = object.LeftItemClickOnly; |
VC++ | VARIANT_BOOL Boolean = object->LeftItemClickOnly; VARIANT_BOOL Boolean = object->GetLeftItemClickOnly(); |
C | HRESULT object->get_LeftItemClickOnly(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.LeftItemClickOnly = Boolean As Boolean |
VB | object.LeftItemClickOnly = Boolean As Boolean |
C#.NET | bool object.LeftItemClickOnly = Boolean; |
VC++ | VARIANT_BOOL object->LeftItemClickOnly = Boolean; void object->PutLeftItemClickOnly(VARIANT_BOOL Boolean); |
C | HRESULT object->put_LeftItemClickOnly(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the tree control generates Item(Dbl)Click events only in response to the left mouse button.
Boolean | Description |
---|---|
True | Click, ItemClick, ItemClickAgain and ItemDblClick events are only generated for the left mouse button. |
False | Click, ItemClick, ItemClickAgain and ItemDblClick events are generated for all mouse buttons. |
The LeftItemClickOnly property defines whether the tree control generates Item(Dbl)Click events only in response to the left mouse button.
MouseDown are MouseUp are generated for all mouse buttons (provided the LeftButtonOnly property does not further limit these).
The LeftButtonOnly property can be used to completely ignore the right and middle mouse button. If the LeftButtonOnly property is set to True, the LeftItemClickOnly property has no effect.
See Also SftTree Object | Object Hierarchy