C# Class ComponentFactory.Krypton.Toolkit.VisualTaskDialog

Inheritance: KryptonForm
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
VisualTaskDialog ( KryptonTaskDialog taskDialog ) : System

Initialize a new instance of the VisualTaskDialog class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void
OnCommandClicked ( object sender, EventArgs e ) : void
OnRadioButtonCheckedChanged ( object sender, EventArgs e ) : void
OnTaskDialogFormClosing ( object sender, FormClosingEventArgs e ) : void
UpdateButtons ( ) : void
UpdateButtonsSizing ( ) : Size
UpdateCheckbox ( ) : void
UpdateChrome ( ) : void
UpdateCommandButtons ( ) : void
UpdateCommandSizing ( ) : Size
UpdateContents ( ) : void
UpdateFooter ( ) : void
UpdateFooterSizing ( ) : Size
UpdateIcon ( ) : void
UpdateIconSizing ( ) : Size
UpdateMainTextSizing ( ) : Size
UpdateRadioButtons ( ) : void
UpdateRadioSizing ( ) : Size
UpdateSizing ( ) : void
UpdateSpacerSizing ( ) : Size
UpdateText ( ) : void
_buttonClose_Click ( object sender, EventArgs e ) : void
_linkLabelFooter_LinkClicked ( object sender, EventArgs e ) : void
button_keyDown ( object sender, KeyEventArgs e ) : void
checkBox_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

VisualTaskDialog() public méthode

Initialize a new instance of the VisualTaskDialog class.
public VisualTaskDialog ( KryptonTaskDialog taskDialog ) : System
taskDialog KryptonTaskDialog Reference to component with definition of content.
Résultat System