Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.ProcessClick Property

Defines the processing of mouse clicks outside of the control.

Syntax

Get

VB.NETBoolean = object.ProcessClick As Boolean
VBBoolean = object.ProcessClick As Boolean
C#.NETbool Boolean = object.ProcessClick;
VC++VARIANT_BOOL Boolean = object->ProcessClick;
VARIANT_BOOL Boolean = object->GetProcessClick();
CHRESULT object->get_ProcessClick(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ProcessClick = Boolean As Boolean
VBobject.ProcessClick = Boolean As Boolean
C#.NETbool object.ProcessClick = Boolean;
VC++VARIANT_BOOL object->ProcessClick = Boolean;
void object->PutProcessClick(VARIANT_BOOL Boolean);
CHRESULT object->put_ProcessClick(VARIANT_BOOL Boolean);

object

A SftBoxDropDown object.

Boolean

Defines the processing of mouse clicks outside of the control.

BooleanDescription
TrueA mouse button click outside of the control will be processed after the drop down portion is hidden.
FalseThe drop down portion is hidden, but the mouse button click is not processed by the target.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.