Hide

SftButton/OCX 3.0 - Button Control

Display
Print

DropDownDblClick Event, SftButton Object

The drop down button is double-clicked.

Syntax

VB.NETPrivate Sub object_DropDownDblClick(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.DropDownDblClick
VBPrivate Sub object_DropDownDblClick()
C#.NETvoid object_DropDownDblClick(object sender, EventArgumentType e);
VC++void OnDropDownDblClickobject();
CHRESULT OnDropDownDblClickobject();

object

A SftButton object.

Comments

The DropDownDblClick event occurs when the drop down button is double-clicked. Depending on the DropDownDownClick property, the event occurs as the mouse button is pressed or released.

A DropDownClick event always precedes the DropDownDblClick event.

The Click event occurs when the button is clicked.

See Also SftButton Object | Object Hierarchy


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