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 responds only to the left mouse button.
Get
VB.NET | Boolean = object.LeftButtonOnly As Boolean |
VB | Boolean = object.LeftButtonOnly As Boolean |
C#.NET | bool Boolean = object.LeftButtonOnly; |
VC++ | VARIANT_BOOL Boolean = object->LeftButtonOnly; VARIANT_BOOL Boolean = object->GetLeftButtonOnly(); |
C | HRESULT object->get_LeftButtonOnly(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.LeftButtonOnly = Boolean As Boolean |
VB | object.LeftButtonOnly = Boolean As Boolean |
C#.NET | bool object.LeftButtonOnly = Boolean; |
VC++ | VARIANT_BOOL object->LeftButtonOnly = Boolean; void object->PutLeftButtonOnly(VARIANT_BOOL Boolean); |
C | HRESULT object->put_LeftButtonOnly(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the tree control responds only to the left mouse button.
Boolean | Description |
---|---|
True | Left mouse button clicks are handled by the tree control. MouseDown, MouseUp, Click, ItemClick, ItemClickAgain and ItemDblClick events are only generated for the left mouse button. |
False | Left mouse button clicks are not handled by the tree control. MouseDown, MouseUp, Click, ItemClick, ItemClickAgain and ItemDblClick events are generated for all mouse buttons. |
The LeftButtonOnly property defines whether the tree control responds only to the left mouse button.
The LeftItemClickOnly property can be used to ignore the right and middle mouse button, but still allows MouseDown and MouseUp events for these buttons.
See Also SftTree Object | Object Hierarchy