Property | Type | Description | |
---|---|---|---|
GetIndex | int | ||
InitializeComponent | void | ||
OnClickSave | void | ||
OnExport | void | ||
OnFilePathChangeEvent | void | ||
OnHueChangeEvent | void | ||
OnImport | void | ||
OnKeyDownReplace | void | ||
OnLoad | void | ||
OnMouseClick | void | ||
OnMouseDoubleClick | void | ||
OnMouseWheel | void | ||
OnResize | void | ||
OnTextChangedReplace | void | ||
Reload | void | ||
onPaint | void | ||
onScroll | void |
Method | Description | |
---|---|---|
Hues ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void |
Print a nice border
|
Method | Description | |
---|---|---|
GetIndex ( int y ) : int | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnClickSave ( object sender, EventArgs e ) : void | ||
OnExport ( object sender, EventArgs e ) : void | ||
OnFilePathChangeEvent ( ) : void | ||
OnHueChangeEvent ( ) : void | ||
OnImport ( object sender, EventArgs e ) : void | ||
OnKeyDownReplace ( object sender, KeyEventArgs e ) : void | ||
OnLoad ( object sender, EventArgs e ) : void | ||
OnMouseClick ( object sender, MouseEventArgs e ) : void | ||
OnMouseDoubleClick ( object sender, MouseEventArgs e ) : void | ||
OnMouseWheel ( object sender, MouseEventArgs e ) : void | ||
OnResize ( object sender, EventArgs e ) : void | ||
OnTextChangedReplace ( object sender, EventArgs e ) : void | ||
Reload ( ) : void |
Reload when loaded (file changed)
|
|
onPaint ( object sender, PaintEventArgs e ) : void | ||
onScroll ( object sender, ScrollEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |