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

상속: System.ComponentModel.Component, INotifyPropertyChanged
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RaiseFooterHyperlinkClicked void
ResetTag void
ShouldSerializeTag bool

공개 메소드들

메소드 설명
KryptonTaskDialog ( ) : System

Initialize a new instance of the KryptonTaskDialog class.

Show ( string windowTitle, string mainInstruction, string content, MessageBoxIcon icon, TaskDialogButtons commonButtons ) : DialogResult

Show a task dialog using the specified values as content.

ShowDialog ( ) : DialogResult

Shows the task dialog as a modal dialog box with the currently active window set as its owner.

ShowDialog ( IWin32Window owner ) : DialogResult

Shows the form as a modal dialog box with the specified owner.

보호된 메소드들

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

Clean up any resources being used.

OnFooterHyperlinkClicked ( EventArgs e ) : void

Raises the PropertyFooterHyperlinkClickedChanged event.

OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
RaiseFooterHyperlinkClicked ( ) : void
ResetTag ( ) : void
ShouldSerializeTag ( ) : bool

메소드 상세

Dispose() 보호된 메소드

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

KryptonTaskDialog() 공개 메소드

Initialize a new instance of the KryptonTaskDialog class.
public KryptonTaskDialog ( ) : System
리턴 System

OnFooterHyperlinkClicked() 보호된 메소드

Raises the PropertyFooterHyperlinkClickedChanged event.
protected OnFooterHyperlinkClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs containing the event data.
리턴 void

Show() 공개 정적인 메소드

Show a task dialog using the specified values as content.
public static Show ( string windowTitle, string mainInstruction, string content, MessageBoxIcon icon, TaskDialogButtons commonButtons ) : DialogResult
windowTitle string Caption of the window.
mainInstruction string Principal text.
content string Extra text.
icon MessageBoxIcon Predefined icon.
commonButtons TaskDialogButtons Common buttons.
리턴 DialogResult

ShowDialog() 공개 메소드

Shows the task dialog as a modal dialog box with the currently active window set as its owner.
public ShowDialog ( ) : DialogResult
리턴 DialogResult

ShowDialog() 공개 메소드

Shows the form as a modal dialog box with the specified owner.
public ShowDialog ( IWin32Window owner ) : DialogResult
owner IWin32Window Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
리턴 DialogResult