Disabled Cell (Action Tags Section)
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:
Cell name: |
SmartTags.name.Disabled |
To get a reference to the Disabled cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionSmartTag |
Row index: |
visRowSmartTag + i |
Cell index: |
visSmartTagDisabled |