C# Class System.Windows.Forms.ToolStrip

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
CalculateConnectedArea Rectangle
Dismiss void
Dismiss void
GetChildAtPoint Control
GetChildAtPoint Control
GetCurrentlySelectedItem ToolStripItem
GetPreferredSizeCore Size
GetToolStripPreferredSize Size
GetTopLevelToolStrip ToolStrip
HandleItemClick void
HideMenus void
NotifySelectedChanged void
OnBeginDrag void
OnEndDrag void
OnMenuKey bool
OnPaintBackground void
OnRightToLeftChanged void
ResetMinimumSize void
RestoreFocus void
SetAutoScrollMargin void

Méthodes publiques

Méthode Description
GetItemAt ( Point point ) : ToolStripItem
GetItemAt ( int x, int y ) : ToolStripItem
ToString ( ) : string
ToolStrip ( ) : System
ToolStrip ( ) : System.Drawing

Méthodes protégées

Méthode Description
CreateControlsInstance ( ) : ControlCollection
CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
IsInputChar ( char charCode ) : bool
IsInputKey ( Keys keyData ) : bool
OnDockChanged ( EventArgs e ) : void
OnEnabledChanged ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
OnItemClicked ( ToolStripItemClickedEventArgs e ) : void
OnItemRemoved ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnLayoutCompleted ( EventArgs e ) : void
OnLayoutStyleChanged ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseCaptureChanged ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs mea ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs mea ) : void
OnMouseUp ( MouseEventArgs mea ) : void
OnPaint ( PaintEventArgs e ) : void
OnRendererChanged ( EventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
OnTabStopChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
ProcessCmdKey ( Message &m, Keys keyData ) : bool
Select ( bool directed, bool forward ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetItemLocation ( ToolStripItem item, Point location ) : void
SetItemParent ( ToolStripItem item, ToolStrip parent ) : void

Private Methods

Méthode Description
CalculateConnectedArea ( ) : Rectangle
Dismiss ( ) : void
Dismiss ( ToolStripDropDownCloseReason reason ) : void
GetChildAtPoint ( Point point ) : Control
GetChildAtPoint ( Point pt, GetChildAtPointSkip skipValue ) : Control
GetCurrentlySelectedItem ( ) : ToolStripItem
GetPreferredSizeCore ( Size proposedSize ) : Size
GetToolStripPreferredSize ( Size proposedSize ) : Size
GetTopLevelToolStrip ( ) : ToolStrip
HandleItemClick ( ToolStripItem dismissingItem ) : void
HideMenus ( bool release, ToolStripDropDownCloseReason reason ) : void
NotifySelectedChanged ( ToolStripItem tsi ) : void
OnBeginDrag ( EventArgs e ) : void
OnEndDrag ( EventArgs e ) : void
OnMenuKey ( ) : bool
OnPaintBackground ( PaintEventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
ResetMinimumSize ( ) : void
RestoreFocus ( ) : void
SetAutoScrollMargin ( int x, int y ) : void

Method Details

CreateControlsInstance() protected méthode

protected CreateControlsInstance ( ) : ControlCollection
Résultat ControlCollection

CreateDefaultItem() protected méthode

protected CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
text string
image Image
onClick EventHandler
Résultat ToolStripItem

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

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

GetItemAt() public méthode

public GetItemAt ( Point point ) : ToolStripItem
point Point
Résultat ToolStripItem

GetItemAt() public méthode

public GetItemAt ( int x, int y ) : ToolStripItem
x int
y int
Résultat ToolStripItem

IsInputChar() protected méthode

protected IsInputChar ( char charCode ) : bool
charCode char
Résultat bool

IsInputKey() protected méthode

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

OnDockChanged() protected méthode

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

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
Résultat void

OnInvalidated() protected méthode

protected OnInvalidated ( System.Windows.Forms.InvalidateEventArgs e ) : void
e System.Windows.Forms.InvalidateEventArgs
Résultat void

OnItemAdded() protected méthode

protected OnItemAdded ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
e System.Windows.Forms.ToolStripItemEventArgs
Résultat void

OnItemClicked() protected méthode

protected OnItemClicked ( ToolStripItemClickedEventArgs e ) : void
e ToolStripItemClickedEventArgs
Résultat void

OnItemRemoved() protected méthode

protected OnItemRemoved ( System.Windows.Forms.ToolStripItemEventArgs e ) : void
e System.Windows.Forms.ToolStripItemEventArgs
Résultat void

OnLayout() protected méthode

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

OnLayoutCompleted() protected méthode

protected OnLayoutCompleted ( EventArgs e ) : void
e EventArgs
Résultat void

OnLayoutStyleChanged() protected méthode

protected OnLayoutStyleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseCaptureChanged() protected méthode

protected OnMouseCaptureChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs mea ) : void
mea MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs mea ) : void
mea MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs mea ) : void
mea MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnRendererChanged() protected méthode

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

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs se ) : void
se ScrollEventArgs
Résultat void

OnTabStopChanged() protected méthode

protected OnTabStopChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &m, Keys keyData ) : bool
m Message
keyData Keys
Résultat bool

Select() protected méthode

protected Select ( bool directed, bool forward ) : void
directed bool
forward bool
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

SetItemLocation() protected méthode

protected SetItemLocation ( ToolStripItem item, Point location ) : void
item ToolStripItem
location Point
Résultat void

SetItemParent() protected static méthode

protected static SetItemParent ( ToolStripItem item, ToolStrip parent ) : void
item ToolStripItem
parent ToolStrip
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToolStrip() public méthode

public ToolStrip ( ) : System
Résultat System

ToolStrip() public méthode

public ToolStrip ( ) : System.Drawing
Résultat System.Drawing