C# Class System.Windows.Forms.ToolStripPanel

Inheritance: ContainerControl, IArrangedElement, IComponent, IDisposable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
AddControlToRows void
Join void
Join void
Join void
Join void
OnPaintBackground void

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public BeginInit ( ) : void
Résultat void

CreateControlsInstance() protected méthode

protected CreateControlsInstance ( ) : ControlCollection
Résultat ControlCollection

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnControlRemoved() protected méthode

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnDockChanged() protected méthode

protected OnDockChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRendererChanged() protected méthode

protected OnRendererChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRightToLeftChanged() protected méthode

protected OnRightToLeftChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

PointToRow() public méthode

public PointToRow ( Point clientLocation ) : System.Windows.Forms.ToolStripPanelRow
clientLocation Point
Résultat System.Windows.Forms.ToolStripPanelRow

ToolStripPanel() public méthode

public ToolStripPanel ( ) : System.Collections
Résultat System.Collections