Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the action tag appears in the drawing window.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
Value | Description |
---|---|
TRUE |
The action tag is disabled. |
FALSE |
The action tag is enabled (the default). |
Remarks
When an action tag is disabled, it does not appear at all until it is re-enabled.
To get a reference to the Disabled cell by name from another formula, or from a program by using the CellsU property, use:
Value | |
---|---|
Cell name: |
SmartTags. name .Disabled where SmartTags. name is the name of the action tag row |
To get a reference to the Disabled cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionSmartTag |
Row index: |
visRowSmartTag + i where i = 0, 1, 2... |
Cell index: |
visSmartTagDisabled |