Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Controls whether the action on an action tag or shortcut menu is read-only.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
| Value | Description |
|---|---|
| TRUE |
The action appears on the menu but is read-only. |
| FALSE |
The action appears on the menu and can be selected (the default). |
Remarks
When an action is read-only, it appears on the action tag or shortcut menu but you cannot select it. It is not dimmed but rather appears on a colored background, like a label. To make the menu item appear dimmed, use the Disabled cell.
To get a reference to the ReadOnly cell by name from another formula, or from a program by using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Actions. name .ReadOnlywhere Actions. name is the name of the Actions row |
To get a reference to the ReadOnly cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionAction |
| Row index: |
visRowAction + i where i = 0, 1, 2... |
| Cell index: |
visActionReadOnly |