메소드 | 설명 | |
---|---|---|
EmulateTaskDialog ( |
||
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.
|
|
WndProc ( Message &m ) : void |
메소드 | 설명 | |
---|---|---|
BuildControlButton ( int tag, string text ) : Button |
Creates a standard button with a common event handler to close the the form and return the button's Id.
|
|
BuildControlLinkLabel ( Padding margin, string text ) : System.Windows.Forms.LinkLabel |
Creates a standard link label and will convert any anchor links to a proper link.
|
|
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.
|
|
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 | ||
button_Click ( object sender, |
||
expandedInfoButton_Click ( object sender, |
||
linkLabel_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
timer_Tick ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public EmulateTaskDialog ( |
||
newTaskDialog | ||
리턴 | System |