Skip to main content
.NET 6.0+

ChoiceActionItem Properties

An item of the SingleChoiceAction Action.
Name Description
Active Provides access to a collection of reason/value pairs used to make a ChoiceActionItem active/inactive, or to determine its active state.
ActiveItemsBehavior Specifies whether to display a Choice Action Item when its child items are deactivated.
BeginGroup Specifies whether the current Choice Action Item starts a group.
Caption Specifies a Choice Action Item’s caption.
Data Specifies the object which is associated with a Choice Action Item of a custom Action.
DataItems This property is intended for internal use.
Enabled Provides access to a collection of reason/value pairs used to make a ChoiceActionItem enabled\disabled or to determine its enabled state.
Id Returns a Choice Action Item’s identifier.
ImageName Specifies the name of the image which is displayed by the Choice Action Item’s control.
Items Provides access to a Choice Action Item’s item collection.
Model Provides access to information on a Choice Action Item, which is stored in an Application Model node.
ParentItem Returns the current ChoiceActionItem’s parent item.
Shortcut Specifies the a Choice Action Item’s shortcut.
ToolTip This property is for internal use. To specify the tooltip text that is displayed for the current ChoiceActionItem, use the IModelToolTip.ToolTip property of the ActionDesign | Actions | <Action> | ChoiceActionItems | Item node.
See Also