Share via


Shift Property [Visio 2003 SDK Documentation]

Determines whether the SHIFT key is a modifier for an AccelItem object.

intRet = object**.Shift**

object**.Shift** = intExpression

intRet     Integer. True (-1) if modified by SHIFT key; otherwise, False (0). The default is False.

object     Required. An expression that returns an AccelItem object.

intExpression   Required Integer. True (non-zero) if modified by SHIFT key; otherwise, False (0).

Version added

4.0

Applies to | AccelItem object

See Also | Alt property | Control property | Key property