C# 클래스 Microsoft.Samples.SplitButton

상속: Button
파일 보기 프로젝트 열기: nithinphilips/SMOz

Private Properties

프로퍼티 타입 설명
ContextMenuStrip_Closing void
PaintArrow void
SetButtonDrawState void
ShowContextMenuStrip void

공개 메소드들

메소드 설명
GetPreferredSize ( Size proposedSize ) : Size
SplitButton ( ) : System

보호된 메소드들

메소드 설명
IsInputKey ( Keys keyData ) : bool
OnGotFocus ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs kevent ) : void
OnKeyUp ( KeyEventArgs kevent ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs pevent ) : void

비공개 메소드들

메소드 설명
ContextMenuStrip_Closing ( object sender, ToolStripDropDownClosingEventArgs e ) : void
PaintArrow ( Graphics g, Rectangle dropDownRect ) : void
SetButtonDrawState ( ) : void
ShowContextMenuStrip ( ) : void

메소드 상세

GetPreferredSize() 공개 메소드

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize Size
리턴 Size

IsInputKey() 보호된 메소드

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

OnGotFocus() 보호된 메소드

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

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs kevent ) : void
kevent KeyEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( KeyEventArgs kevent ) : void
kevent KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

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

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

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

OnMouseLeave() 보호된 메소드

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

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

SplitButton() 공개 메소드

public SplitButton ( ) : System
리턴 System