Skip to main content
.NET 6.0+

PopupWindowShowAction Constructors

Represents a Pop-up Window Show Action.
Name Parameters Description
PopupWindowShowAction() none Creates an instance of the PopupWindowShowAction class.
PopupWindowShowAction(Controller, String, PredefinedCategory) owner, id, category Creates a new instance of the PopupWindowShowAction class and initializes its properties.
PopupWindowShowAction(Controller, String, String) owner, id, category Creates a new instance of the PopupWindowShowAction class and initializes its properties.
PopupWindowShowAction(IContainer) container Creates a new Pop-up Window Show Action and initializes its container.
See Also