C# 클래스 ComponentFactory.Krypton.Toolkit.VisualTaskDialog

상속: KryptonForm
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
VisualTaskDialog ( KryptonTaskDialog taskDialog ) : System

Initialize a new instance of the VisualTaskDialog class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

VisualTaskDialog() 공개 메소드

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