C# 클래스 System.Windows.Forms.ToolStripSplitButton

상속: ToolStripDropDownItem
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HandleClick void
ResetDropDownButtonWidth void

공개 메소드들

메소드 설명
GetPreferredSize ( Size constrainingSize ) : Size
OnButtonDoubleClick ( EventArgs e ) : void
PerformButtonClick ( ) : void
ToolStripSplitButton ( ) : System
ToolStripSplitButton ( Image image ) : System
ToolStripSplitButton ( string text ) : System
ToolStripSplitButton ( string text, Image image ) : System
ToolStripSplitButton ( string text, Image image, EventHandler onClick ) : System
ToolStripSplitButton ( string text, Image image, EventHandler onClick, string name ) : System

보호된 메소드들

메소드 설명
CreateDefaultDropDown ( ) : ToolStripDropDown
OnButtonClick ( EventArgs e ) : void
OnDefaultItemChanged ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool
ProcessMnemonic ( char charCode ) : bool

비공개 메소드들

메소드 설명
HandleClick ( int mouse_clicks, EventArgs e ) : void
ResetDropDownButtonWidth ( ) : void

메소드 상세

CreateDefaultDropDown() 보호된 메소드

protected CreateDefaultDropDown ( ) : ToolStripDropDown
리턴 ToolStripDropDown

GetPreferredSize() 공개 메소드

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
리턴 System.Drawing.Size

OnButtonClick() 보호된 메소드

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

OnButtonDoubleClick() 공개 메소드

public OnButtonDoubleClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDefaultItemChanged() 보호된 메소드

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

OnMouseDown() 보호된 메소드

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

OnMouseLeave() 보호된 메소드

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

OnMouseUp() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnRightToLeftChanged() 보호된 메소드

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

PerformButtonClick() 공개 메소드

public PerformButtonClick ( ) : void
리턴 void

ProcessDialogKey() 보호된 메소드

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

ProcessMnemonic() 보호된 메소드

protected ProcessMnemonic ( char charCode ) : bool
charCode char
리턴 bool

ToolStripSplitButton() 공개 메소드

public ToolStripSplitButton ( ) : System
리턴 System

ToolStripSplitButton() 공개 메소드

public ToolStripSplitButton ( Image image ) : System
image Image
리턴 System

ToolStripSplitButton() 공개 메소드

public ToolStripSplitButton ( string text ) : System
text string
리턴 System

ToolStripSplitButton() 공개 메소드

public ToolStripSplitButton ( string text, Image image ) : System
text string
image Image
리턴 System

ToolStripSplitButton() 공개 메소드

public ToolStripSplitButton ( string text, Image image, EventHandler onClick ) : System
text string
image Image
onClick EventHandler
리턴 System

ToolStripSplitButton() 공개 메소드

public ToolStripSplitButton ( string text, Image image, EventHandler onClick, string name ) : System
text string
image Image
onClick EventHandler
name string
리턴 System