C# Class ATMLCommonLibrary.controls.awb.ScrollBox

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
AddValue ( string value ) : int
ScrollBox ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
HideCaret ( IntPtr hWnd ) : bool
InitializeComponent ( ) : void

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

ProcessKey ( KeyEventArgs e ) : void
ScrollBox_Paint ( object sender, PaintEventArgs e ) : void
btnDrop_KeyDown ( object sender, KeyEventArgs e ) : void
btnDrop_MouseClick ( object sender, MouseEventArgs e ) : void
btnDrop_Paint ( object sender, PaintEventArgs e ) : void
edtValue_GotFocus ( object sender, EventArgs e ) : void
edtValue_KeyDown ( object sender, KeyEventArgs e ) : void
edtValue_KeyPress ( object sender, KeyPressEventArgs e ) : void
edtValue_KeyUp ( object sender, KeyEventArgs e ) : void
edtValue_LostFocus ( object sender, EventArgs e ) : void

Method Details

AddValue() public méthode

public AddValue ( string value ) : int
value string
Résultat int

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

ScrollBox() public méthode

public ScrollBox ( ) : System
Résultat System