C# Class ATMLCommonLibrary.controls.awb.ScrollBox

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
AddValue ( string value ) : int
ScrollBox ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AddValue ( string value ) : int
value string
return int

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

ScrollBox() public method

public ScrollBox ( ) : System
return System