C# Class CoolSoft.UI.NumericUpDownEx

Inheritance: NumericUpDown
ファイルを表示 Open project: nicorac/extended-numericupdown-control

Private Properties

Property Type Description
_mouseEnterLeave void

Public Methods

Method Description
DownButton ( ) : void
NumericUpDownEx ( ) : System

object creator

UpButton ( ) : void
UpdateUpDownButtonsVisibility ( ) : void

Show or hide the UpDownButtons, according to ShowUpDownButtons property value

Protected Methods

Method Description
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextBoxResize ( object source, EventArgs e ) : void

Custom textbox size management

WndProc ( Message &m ) : void

WndProc override to kill WN_MOUSEWHEEL message

Private Methods

Method Description
_mouseEnterLeave ( object sender, EventArgs e ) : void

Method Details

DownButton() public method

public DownButton ( ) : void
return void

NumericUpDownEx() public method

object creator
public NumericUpDownEx ( ) : System
return System

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent System.Windows.Forms.MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

OnTextBoxResize() protected method

Custom textbox size management
protected OnTextBoxResize ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

UpButton() public method

public UpButton ( ) : void
return void

UpdateUpDownButtonsVisibility() public method

Show or hide the UpDownButtons, according to ShowUpDownButtons property value
public UpdateUpDownButtonsVisibility ( ) : void
return void

WndProc() protected method

WndProc override to kill WN_MOUSEWHEEL message
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void