ComponentFactory.Krypton.Toolkit.KryptonTaskDialog.KryptonTaskDialog C# (CSharp) Method

KryptonTaskDialog() public method

Initialize a new instance of the KryptonTaskDialog class.
public KryptonTaskDialog ( ) : System
return System
        public KryptonTaskDialog()
        {
            _radioButtons = new KryptonTaskDialogCommandCollection();
            _commandButtons = new KryptonTaskDialogCommandCollection();
            _commonButtons = TaskDialogButtons.OK;
        }