Method | Description | |
---|---|---|
AddClickEventHandler ( EventHandler handler ) : void | ||
SetOutputText ( string newText ) : void | ||
SourceForm ( ) : System | ||
UnderlineParseError ( int startPosition, int length ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ProcessCmdKey ( Message &msg, Keys keyData ) : bool |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
comboBoxDemos_SelectedValueChanged ( object sender, EventArgs e ) : void | ||
textBoxSource_TextChanged ( object sender, EventArgs e ) : void |
public AddClickEventHandler ( EventHandler handler ) : void | ||
handler | EventHandler | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
msg | Message | |
keyData | Keys | |
return | bool |
public SetOutputText ( string newText ) : void | ||
newText | string | |
return | void |
public UnderlineParseError ( int startPosition, int length ) : void | ||
startPosition | int | |
length | int | |
return | void |