Properties
Brief descriptions of the common properties follow:
ClientText
Specifies user-definable text that can be stored and accessed at runtime as an attribute of a menu item
FocusBehavior
Determines the effect of selecting a menu item on the field that currently has the input focus; specifically, it determines whether clicking the menu item triggers events for the currently selected field. Valid options are:
FT_SETVALUE
FT_TABTO
FT_NOSETVALUE
FT_TAKEFOCUS
IsNullable
Specifies that the variable is nullable
Name
Specifies the name of the variable associated with the menu item
QueryBias
Specifies the bias setting for the menu item when the CurMode property for the frame is set to FM_QUERY.
ReadBias
Specifies the bias setting for the menu item when the CurMode property for the frame is set to FM_READ.
StatusText
Specifies the text that appears in the frame's status bar when the cursor is positioned over the menu item and the primary mouse button is clicked
TextLabel
Specifies the title displayed on the menu button
Note: This property is not available for menu separators.
UpdateBias
Specifies the bias setting for the menu item when the CurMode property for the frame is set to FM_UPDATE
User1Bias
Specifies the bias setting for the menu item when the CurMode property for the frame is set to FM_USER1
User2Bias
Specifies the bias setting for the menu item when the CurMode property for the frame is set to FM_USER2
User3Bias
Specifies the bias setting for the menu item when the CurMode property for the frame is set to FM_USER3
More information: