コード例 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="DW.WPFToolkit.Controls.WPFMessageBoxOptions" /> class.
        /// </summary>
        public WPFMessageBoxOptions()
        {
            WindowOptions = new WindowOptionsContainer();
            Styles = new StylesContainer();

            MessageCopyFormatter = new DefaultMessageCopyFormatter();
            Strings = new MessageBoxStrings();
            ShowHelpButton = false;
            HelpRequestCallback = null;
            ShowYesToAllButton = false;
            ShowNoToAllButton = false;
            ShowDoNotShowAgainCheckBox = false;
            IsDoNotShowAgainChecked = false;
            ShowDetails = false;
            DetailsContent = null;
            CustomItem = null;
            BackgroundControl = null;
        }
コード例 #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="DW.WPFToolkit.Controls.WPFMessageBoxOptions" /> class.
        /// </summary>
        public WPFMessageBoxOptions()
        {
            WindowOptions = new WindowOptionsContainer();
            Styles        = new StylesContainer();

            MessageCopyFormatter = new DefaultMessageCopyFormatter();
            Strings                    = new MessageBoxStrings();
            ShowHelpButton             = false;
            HelpRequestCallback        = null;
            ShowYesToAllButton         = false;
            ShowNoToAllButton          = false;
            ShowDoNotShowAgainCheckBox = false;
            IsDoNotShowAgainChecked    = false;
            ShowDetails                = false;
            DetailsContent             = null;
            CustomItem                 = null;
            BackgroundControl          = null;
        }