AccelItem Object Members
Visio Automation Reference |
Represents a single accelerator used by Microsoft Office Visio.
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes an object. |
Properties
Name | Description | |
---|---|---|
![]() |
AddOnArgs | Gets or sets the argument string that you send to the add-on associated with a particular menu or toolbar item. Read/write. |
![]() |
AddOnName | Gets or sets the name of an add-on or procedure that is run when its associated menu item, toolbar button, or accelerator key is selected. Read/write. |
![]() |
Alt | Determines whether the ALT key is a modifier for an accelerator. Read/write. |
![]() |
CmdNum | Gets or sets the command ID associated with an accelerator, menu, menu item, or toolbar item. Read/write. |
![]() |
Control | Determines whether the CTRL key modifies the accelerator key in an AccelItem object. Read/write. |
![]() |
Key | Gets or sets the ASCII key code value for an accelerator. Read/write. |
![]() |
Parent | Determines the parent of an object. Read-only. |
![]() |
Shift | Determines whether the SHIFT key is a modifier for an AccelItem object. Read/write. |