Exemple #1
0
 public void Reset()
 {
     WindowTitle      = null;
     MainInstruction  = null;
     Content          = null;
     CommonButtons    = 0;
     MainIcon         = TaskDialogIcon.None;
     CustomMainIcon   = null;
     FooterIcon       = TaskDialogIcon.None;
     CustomFooterIcon = null;
     Buttons.Clear();
     RadioButtons.Clear();
     _flags               = 0;
     DefaultButton        = 0;
     DefaultRadioButton   = 0;
     VerificationText     = null;
     ExpandedInformation  = null;
     ExpandedControlText  = null;
     CollapsedControlText = null;
     Footer               = null;
     Callback             = null;
     CallbackData         = null;
     Width = 0;
 }