C# Class ComponentFactory.Krypton.Toolkit.VisualTaskDialog

Inheritance: KryptonForm
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
VisualTaskDialog ( KryptonTaskDialog taskDialog ) : System

Initialize a new instance of the VisualTaskDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

VisualTaskDialog() public method

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