C# Class vimage_settings.ControlItem

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: Torrunt/vimage Class Usage Examples

Public Methods

Method Description
ControlItem ( string name, List control ) : System
GetName ( ) : string
UpdateBindings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

RecordKey ( string name, KeyEventArgs e, bool canBeKeyCombo = true ) : void
button_Clear_Click ( object sender, EventArgs e ) : void
control_OnKeyDown ( object sender, KeyEventArgs e ) : void
control_OnKeyUp ( object sender, KeyEventArgs e ) : void
control_OnLoseFocus ( object sender, EventArgs e ) : void
control_OnMouseUp ( object sender, MouseEventArgs e ) : void

Method Details

ControlItem() public method

public ControlItem ( string name, List control ) : System
name string
control List
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetName() public method

public GetName ( ) : string
return string

UpdateBindings() public method

public UpdateBindings ( ) : void
return void