C# Class VAGSuite.FormFindCancel

Summary description for FormFindCancel.
Inheritance: DevExpress.XtraEditors.XtraForm
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Public Methods

Method Description
FormFindCancel ( ) : System
SetHexBox ( HexBox hexBox ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormFindCancel_Activated ( object sender, System e ) : void
FormFindCancel_Deactivate ( object sender, System e ) : void
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, System e ) : void
timerPercent_Tick ( object sender, System e ) : void
timer_Tick ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

FormFindCancel() public method

public FormFindCancel ( ) : System
return System

SetHexBox() public method

public SetHexBox ( HexBox hexBox ) : void
hexBox HexBox
return void