Skip to main content
A newer version of this page is available. .

XtraBaseArgs Constructors

Provides members common to dialogs and message boxes, whose event arguments derive from this class.
Name Parameters Description
XtraBaseArgs(UserLookAndFeel, IWin32Window, String, DialogResult[], Int32, DefaultBoolean, MessageBeepSound) lookAndFeel, owner, caption, buttons, defaultButtonIndex, allowHtmlText, beep Initializes a new instance of the XtraBaseArgs class with the specified settings.
See Also