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 the processing of mouse clicks outside of the control.
Get
VB.NET | Boolean = object.ProcessClick As Boolean |
VB | Boolean = object.ProcessClick As Boolean |
C#.NET | bool Boolean = object.ProcessClick; |
VC++ | VARIANT_BOOL Boolean = object->ProcessClick; VARIANT_BOOL Boolean = object->GetProcessClick(); |
C | HRESULT object->get_ProcessClick(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ProcessClick = Boolean As Boolean |
VB | object.ProcessClick = Boolean As Boolean |
C#.NET | bool object.ProcessClick = Boolean; |
VC++ | VARIANT_BOOL object->ProcessClick = Boolean; void object->PutProcessClick(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ProcessClick(VARIANT_BOOL Boolean); |
object
Boolean
Defines the processing of mouse clicks outside of the control.
Boolean | Description |
---|---|
True | A mouse button click outside of the control will be processed after the drop down portion is hidden. |
False | The drop down portion is hidden, but the mouse button click is not processed by the target. |
The ProcessClick property defines the processing of mouse clicks outside of the control.
If a mouse button is clicked outside of the control, the drop down portion is hidden. Depending on the settings of the ProcessClick property, the mouse click that occurred may either be suppressed or processed.
This property has no effect on a simple combo box.
See Also SftBoxDropDown Object | Object Hierarchy