C# 클래스 CoolSoft.UI.NumericUpDownEx

상속: NumericUpDown
파일 보기 프로젝트 열기: nicorac/extended-numericupdown-control

Private Properties

프로퍼티 타입 설명
_mouseEnterLeave void

공개 메소드들

메소드 설명
DownButton ( ) : void
NumericUpDownEx ( ) : System

object creator

UpButton ( ) : void
UpdateUpDownButtonsVisibility ( ) : void

Show or hide the UpDownButtons, according to ShowUpDownButtons property value

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
_mouseEnterLeave ( object sender, EventArgs e ) : void

메소드 상세

DownButton() 공개 메소드

public DownButton ( ) : void
리턴 void

NumericUpDownEx() 공개 메소드

object creator
public NumericUpDownEx ( ) : System
리턴 System

OnGotFocus() 보호된 메소드

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
리턴 void

OnMouseUp() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnTextBoxResize() 보호된 메소드

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

UpButton() 공개 메소드

public UpButton ( ) : void
리턴 void

UpdateUpDownButtonsVisibility() 공개 메소드

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

WndProc() 보호된 메소드

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