C# 클래스 NetIde.Services.Shell.TaskDialog.EmulateTaskDialog

Tries to emulate the Task Dialog. Form will be called when the call to Task Dialog is not supported.
상속: NetIde.Util.Forms.Form
파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LargeThemedFont System.Drawing.Font
ThemedFont System.Drawing.Font

공개 메소드들

메소드 설명
EmulateTaskDialog ( TaskDialog newTaskDialog ) : System
ToString ( ) : string

This will return the formatted contents of the form. Useful when the user press "ctrl + c" on the form.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BuildControlButton ( int tag, string text ) : Button
BuildControlLinkLabel ( Padding margin, string text ) : System.Windows.Forms.LinkLabel
BuildForm ( ) : void

Main entry method to build the form.

BuildFormFooterArea ( ) : void
BuildFormMainArea ( ) : void
BuildFormSubArea ( ) : void
CloseForm ( ) : void

Closes the form and populate the necessary return results.

CreateFont ( bool large ) : Font
EmulateTaskDialog_KeyDown ( object sender, KeyEventArgs e ) : void

Detect user pressing "ctrl + c".

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ParseLinkLabel ( System linkLabel ) : System.Windows.Forms.LinkLabel

Parses a LinkLabel text and extract out all the anchor (a) tags. Then it will parse all the anchor tags and create the relevant links in the text.

SetFormHeight ( ) : void
ToggleExpandedInformationState ( ) : void
WndProc ( System &m ) : void
button_Click ( object sender, EventArgs e ) : void
expandedInfoButton_Click ( object sender, EventArgs e ) : void
linkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
timer_Tick ( 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

EmulateTaskDialog() 공개 메소드

public EmulateTaskDialog ( TaskDialog newTaskDialog ) : System
newTaskDialog TaskDialog
리턴 System

ToString() 공개 메소드

This will return the formatted contents of the form. Useful when the user press "ctrl + c" on the form.
public ToString ( ) : string
리턴 string

프로퍼티 상세

LargeThemedFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing LargeThemedFont
리턴 System.Drawing.Font

ThemedFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing ThemedFont
리턴 System.Drawing.Font