C# Class System.Windows.Forms.ToolStripControlHost

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

Private Properties

Свойство Type Description
ControlResizeHandler void
Dismiss void
Focus void
HandleEnter void
HandleGotFocus void
HandleKeyDown void
HandleKeyPress void
HandleKeyUp void
HandleLeave void
HandleLostFocus void
HandleValidated void
HandleValidating void
ResetBackColor void
ResetForeColor void

Méthodes publiques

Méthode Description
GetPreferredSize ( Size constrainingSize ) : Size
ToolStripControlHost ( Control c ) : System.Drawing
ToolStripControlHost ( Control c, string name ) : System.Drawing

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnBoundsChanged ( ) : void
OnEnter ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnHostedControlResize ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentChanged ( ToolStrip oldParent, ToolStrip newParent ) : void
OnSubscribeControlEvents ( Control control ) : void
OnUnsubscribeControlEvents ( Control control ) : void
OnValidated ( EventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void
ProcessCmdKey ( Message &m, Keys keyData ) : bool
ProcessDialogKey ( Keys keyData ) : bool
SetVisibleCore ( bool visible ) : void

Private Methods

Méthode Description
ControlResizeHandler ( object obj, EventArgs args ) : void
Dismiss ( ToolStripDropDownCloseReason reason ) : void
Focus ( ) : void
HandleEnter ( object sender, EventArgs e ) : void
HandleGotFocus ( object sender, EventArgs e ) : void
HandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleKeyPress ( object sender, KeyPressEventArgs e ) : void
HandleKeyUp ( object sender, KeyEventArgs e ) : void
HandleLeave ( object sender, EventArgs e ) : void
HandleLostFocus ( object sender, EventArgs e ) : void
HandleValidated ( object sender, EventArgs e ) : void
HandleValidating ( object sender, CancelEventArgs e ) : void
ResetBackColor ( ) : void
ResetForeColor ( ) : void

Method Details

Dispose() protected méthode

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

GetPreferredSize() public méthode

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
Résultat System.Drawing.Size

OnBoundsChanged() protected méthode

protected OnBoundsChanged ( ) : void
Résultat void

OnEnter() protected méthode

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

OnGotFocus() protected méthode

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

OnHostedControlResize() protected méthode

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

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e KeyPressEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
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

OnPaint() protected méthode

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

OnParentChanged() protected méthode

protected OnParentChanged ( ToolStrip oldParent, ToolStrip newParent ) : void
oldParent ToolStrip
newParent ToolStrip
Résultat void

OnSubscribeControlEvents() protected méthode

protected OnSubscribeControlEvents ( Control control ) : void
control Control
Résultat void

OnUnsubscribeControlEvents() protected méthode

protected OnUnsubscribeControlEvents ( Control control ) : void
control Control
Résultat void

OnValidated() protected méthode

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

OnValidating() protected méthode

protected OnValidating ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs
Résultat void

ProcessCmdKey() protected méthode

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

ProcessDialogKey() protected méthode

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

SetVisibleCore() protected méthode

protected SetVisibleCore ( bool visible ) : void
visible bool
Résultat void

ToolStripControlHost() public méthode

public ToolStripControlHost ( Control c ) : System.Drawing
c Control
Résultat System.Drawing

ToolStripControlHost() public méthode

public ToolStripControlHost ( Control c, string name ) : System.Drawing
c Control
name string
Résultat System.Drawing