DblClick Property

A Byte type property. Gets or sets the double-click action of the shape.

Applies to: Shape object

Syntax

[[Let] dblClickRet =] object.DblClick

[Let] object.DblClick = dblClickSet

The DblClick property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
dblClickRet Optional. A Byte type variable.
dblClickSet Required. An expression that returns a Byte value.

Remarks

The DblClick property can take the following possible values:

Constant Value Description
DBLCLICK_NOACTION 0 Take no action.
DBLCLICK_EDITTEXT 1 Edit shape's text.
DBLCLICK_OPENGROUP 2 Edit group.
DBLCLICK_SHAPESHEET 3 Open the shape's parameter table.
DBLCLICK_GOTOHLINK 4 Go to the hyperlink.
DBLCLICK_OLE 5 Launch the OLE-application (if the shape is embedded).
DBLCLICK_ACTION 9 Perform a user-defined action (the DblClickAction property).

 

See Also

DblClick property, DblClickAction property