XtraDialogArgs(IWin32Window, Control, String, DialogResult[], Int32) Constructor
In This Article
Initializes a new XtraDialogArgs class instance.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public XtraDialogArgs(
IWin32Window owner,
Control content,
string caption,
DialogResult[] buttons,
int defaultButtonIndex
)
#Parameters
Name | Type | Description |
---|---|---|
owner | IWin32Window | An IWin32Window object that provides look and feel settings for the dialog box. |
content | Control | A Control object that specifies the dialog box content. |
caption | String | The text in the title bar. |
buttons | Dialog |
An array of Dialog |
default |
Int32 | An integer value that specifies the default button’s index in the buttons array. |
See Also