Skip to main content
All docs
V25.1
  • XtraBaseArgs Constructors

    Exposes 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