UserPopup
Wisej.Web.UserPopup
Last updated
Was this helpful?
Wisej.Web.UserPopup
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides an popup container that can be attached to other controls.
Initializes a new instance of the UserPopup control.
Initializes a new instance of the UserPopup control.
Placement: Returns or sets the alignment side and position of the popup. The actual location depends on the placement methods defined by the PlacementModeX and PlacementModeY properties. (Default: BottomLeft
)
Boolean: Determines whether the popup will close automatically when the user clicks outside of the control. (Default: True
)
Color: Returns or sets the background color for the control.
Padding: Returns or sets the offset in pixels from the calculated position of the popup.
IWisejComponent: Returns the opener Control. It may be null if the popup was shown without specifying an opener.
PlacementMode: Returns or sets the method used to calculate the position of the popup according to the value of the Alignment property. (Default: KeepAlign
)
PlacementMode: Returns or sets the method used to calculate the position of the popup according to the value of the Alignment property. (Default: KeepAlign
)
Boolean: Returns or sets whether the user can give the focus to this control using the TAB key and the Focusable property is set to true. (Default: True
)
Boolean: Returns or sets whether the control and all its child controls are displayed.
Closes the UserPopup.
Fires the Closed event when the popup is closed.
Processes the event from the client.
Renders the client component.
Returns: Boolean.
Shows the UserPopup in relation to the specified opener .
opener
The IWisejComponent that this UserPopup is bound to. It can be any component that is visually displayed on the client side, including Control, DataGridViewColumn, ColumnHeader, DesktopTaskBarItem, ToolBarButton.
Optional async handler for the close event; called when the popup panel disappears. It's the equivalent of handling the event.
Throws:
ArgumentNullException opener is null.
ArgumentException opener is the same UserPopup.
Shows the UserPopup at the specified screen coordinates.
Optional async handler for the close event; called when the popup panel disappears. It's the equivalent of handling the event.
Shows the UserPopup at the specified screen location.
Optional async handler for the close event; called when the popup panel disappears. It's the equivalent of handling the event.
Asynchronously displays the UserPopup in relation to the specified opener .
opener
The IWisejComponent that this UserPopup is bound to. It can be any component that is visually displayed on the client side, including Control, DataGridViewColumn, ColumnHeader, DesktopTaskBarItem, ToolBarButton.
Returns: Task.
Throws:
ArgumentNullException opener is null.
ArgumentException opener is the same UserPopup.
Asynchronously displays the UserPopup at the specified screen coordinates.
Returns: Task.
Asynchronously displays the UserPopup at the specified screen location.
Returns: Task.
EventHandler Fired when the UserPopup control is closed.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
onclose
onclose
onclose