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

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

Private Properties

프로퍼티 타입 설명
AddControlToRows void
Join void
Join void
Join void
Join void
OnPaintBackground void

공개 메소드들

메소드 설명
BeginInit ( ) : void
EndInit ( ) : void
PointToRow ( Point clientLocation ) : System.Windows.Forms.ToolStripPanelRow
ToolStripPanel ( ) : System.Collections

보호된 메소드들

메소드 설명
CreateControlsInstance ( ) : ControlCollection
Dispose ( bool disposing ) : void
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
OnDockChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnRendererChanged ( EventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AddControlToRows ( Control control ) : void
Join ( ToolStrip toolStripToDrag ) : void
Join ( ToolStrip toolStripToDrag, Point location ) : void
Join ( ToolStrip toolStripToDrag, int row ) : void
Join ( ToolStrip toolStripToDrag, int x, int y ) : void
OnPaintBackground ( PaintEventArgs e ) : void

메소드 상세

BeginInit() 공개 메소드

public BeginInit ( ) : void
리턴 void

CreateControlsInstance() 보호된 메소드

protected CreateControlsInstance ( ) : ControlCollection
리턴 ControlCollection

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndInit() 공개 메소드

public EndInit ( ) : void
리턴 void

OnControlAdded() 보호된 메소드

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
리턴 void

OnControlRemoved() 보호된 메소드

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
리턴 void

OnDockChanged() 보호된 메소드

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

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
리턴 void

OnParentChanged() 보호된 메소드

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

OnRendererChanged() 보호된 메소드

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

OnRightToLeftChanged() 보호된 메소드

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

PointToRow() 공개 메소드

public PointToRow ( Point clientLocation ) : System.Windows.Forms.ToolStripPanelRow
clientLocation Point
리턴 System.Windows.Forms.ToolStripPanelRow

ToolStripPanel() 공개 메소드

public ToolStripPanel ( ) : System.Collections
리턴 System.Collections