MenuType property: RCMenuLayout class
Description
Use the MenuType property to return the type of menu as a string value:
| Value | Description |
|---|---|
|
FLDM |
Page field level related action and related content configuration. |
|
MMNU |
Component level related action configuration. |
|
PGBM |
Pivot grid related action configuration. |
|
RCMU |
Component level related content menu configuration. |
This property is set by the AddPageFieldMenu method of the RCServiceConfig class.
This property is effectively read-only.
Example
Local String &sMenu_Type = &rcMenuLayout.MenuType;
Related Topics