C# Class System.Windows.Forms.ToolStripPanel

Inheritance: ContainerControl, IArrangedElement, IComponent, IDisposable
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
AddControlToRows void
Join void
Join void
Join void
Join void
OnPaintBackground void

Public Methods

Method Description
BeginInit ( ) : void
EndInit ( ) : void
PointToRow ( Point clientLocation ) : System.Windows.Forms.ToolStripPanelRow
ToolStripPanel ( ) : System.Collections

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

CreateControlsInstance() protected method

protected CreateControlsInstance ( ) : ControlCollection
return ControlCollection

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndInit() public method

public EndInit ( ) : void
return void

OnControlAdded() protected method

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

OnControlRemoved() protected method

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

OnDockChanged() protected method

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

OnLayout() protected method

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

OnParentChanged() protected method

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

OnRendererChanged() protected method

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

OnRightToLeftChanged() protected method

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

PointToRow() public method

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

ToolStripPanel() public method

public ToolStripPanel ( ) : System.Collections
return System.Collections