C# Class vimage_settings.ControlItem

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Torrunt/vimage Class Usage Examples

Méthodes publiques

Méthode Description
ControlItem ( string name, List control ) : System
GetName ( ) : string
UpdateBindings ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ControlItem ( string name, List control ) : System
name string
control List
Résultat System

Dispose() protected méthode

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

GetName() public méthode

public GetName ( ) : string
Résultat string

UpdateBindings() public méthode

public UpdateBindings ( ) : void
Résultat void