Skip to main content
.NET 6.0+

PopupWindowShowAction Fields

Represents a Pop-up Window Show Action.
Name Description
AnyCaption static Specifies the caption for the ActionBase.TargetViewId property value which means “Any view ID”. By default, this field value is set to “Any”. Inherited from ActionBase.
DefaultAcceptButtonCaption static Specifies the default caption of the accepting button located on the Pop-up Window Show Action’s pop-up Window. By default, this field value is “OK”.
DefaultCancelButtonCaption static Specifies the default caption of the cancelling button located on the Pop-up Window Show Action’s pop-up Window. By default, this field value is “Cancel”.
RequireMultipleObjectsContext static Returns a context for enabling/disabling the Action whose ActionBase.SelectionDependencyType property is set to RequireMultipleObjects. Used for the Action’s ActionBase.Enabled list item that has the true value, if one or more objects are selected in the current View, and false, if no object is selected. Inherited from ActionBase.
RequireSingleObjectContext static Returns a context for enabling/disabling the Action whose ActionBase.SelectionDependencyType property is set to RequireSingleObjects. Used for the Action’s ActionBase.Enabled list item that has the true value, if a single object is selected in the current View, and false, if more than one object is selected. Inherited from ActionBase.
See Also