HtmlContentPopup.ShowDialog(IWin32Window, Rectangle) Method
Displays the HtmlContentPopup
object as a modal window within the specified bounds.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | IWin32Window | The window’s owner. |
bounds | Rectangle | The rectangle to fit the window. |
Returns
Type | Description |
---|---|
DialogResult | The dialog’s result. |
Remarks
You can also specify the window’s size in CSS code (see the Styles property of the HtmlContentPopup.HtmlTemplate object).
Use the HtmlContentPopup.Close method to close the dialog window.
See Also