Share via


Control Property [Visio 2003 SDK Documentation]

Determines whether the CTRL key modifies the accelerator key in an AccelItem object.

intRet = object**.Control**

object**.Control** = intExpression

intRet     Integer. True (-1) if the CTRL key modifies the key in an AccelItem object; otherwise, False (0).

object     Required. An expression that returns an AccelItem object.

intExpression     Required Integer. True (non-zero) if the CTRL key modifies the key in an AccelItem object; otherwise, False (0).

Version added

3.0

Remarks

Set the Control property to True to use the CTRL key as a modifier for an accelerator, for example, CTRL+BACKSPACE.

Applies to | AccelItem object

See Also | Alt property | Key property | Shift property