A newer version of this page is available.
Switch to the current version.
XtraDialog.Show(Control) Method
Invokes a dialog displaying the specified control in its client area.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
public static DialogResult Show(
Control content
)
Public Shared Function Show(
content As Control
) As DialogResult
Parameters
Name | Type | Description |
---|---|---|
content | Control | A control to be displayed in the dialog's client area. |
Returns
Type | Description |
---|---|
DialogResult | One of the DialogResult values. |
See Also
Feedback