C# Class System.Windows.Forms.ToolStripDropDown

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

Private Properties

Свойство Type Description
Dismiss void
GetTopLevelToolStrip ToolStrip
ProcessDialogChar bool
ScaleCore void
Show void
ToolStripMenuTracker_AppClicked void
ToolStripMenuTracker_AppFocusChange void

Méthodes publiques

Méthode Description
Close ( ) : void
Close ( ToolStripDropDownCloseReason reason ) : void
Show ( Control control, Point position ) : void
Show ( Control control, Point position, ToolStripDropDownDirection direction ) : void
Show ( Control control, int x, int y ) : void
Show ( Point screenLocation ) : void
Show ( Point position, ToolStripDropDownDirection direction ) : void
Show ( int x, int y ) : void
ToolStripDropDown ( ) : System.Drawing

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnClosed ( System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
OnClosing ( System.Windows.Forms.ToolStripDropDownClosingEventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnItemClicked ( ToolStripItemClickedEventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnMouseUp ( MouseEventArgs mea ) : void
OnOpened ( EventArgs e ) : void
OnOpening ( CancelEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool
ProcessMnemonic ( char charCode ) : bool
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
Dismiss ( ToolStripDropDownCloseReason reason ) : void
GetTopLevelToolStrip ( ) : ToolStrip
ProcessDialogChar ( char charCode ) : bool
ScaleCore ( float dx, float dy ) : void
Show ( ) : void
ToolStripMenuTracker_AppClicked ( object sender, EventArgs e ) : void
ToolStripMenuTracker_AppFocusChange ( object sender, EventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Close() public méthode

public Close ( ToolStripDropDownCloseReason reason ) : void
reason ToolStripDropDownCloseReason
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

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

OnClosed() protected méthode

protected OnClosed ( System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
e System.Windows.Forms.ToolStripDropDownClosedEventArgs
Résultat void

OnClosing() protected méthode

protected OnClosing ( System.Windows.Forms.ToolStripDropDownClosingEventArgs e ) : void
e System.Windows.Forms.ToolStripDropDownClosingEventArgs
Résultat void

OnHandleCreated() protected méthode

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

OnItemClicked() protected méthode

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

OnLayout() protected méthode

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

OnMouseUp() protected méthode

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

OnOpened() protected méthode

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

OnOpening() protected méthode

protected OnOpening ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnParentChanged() protected méthode

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

OnVisibleChanged() protected méthode

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

ProcessDialogKey() protected méthode

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

ProcessMnemonic() protected méthode

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

ScaleControl() protected méthode

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
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

Show() public méthode

public Show ( Control control, Point position ) : void
control Control
position Point
Résultat void

Show() public méthode

public Show ( Control control, Point position, ToolStripDropDownDirection direction ) : void
control Control
position Point
direction ToolStripDropDownDirection
Résultat void

Show() public méthode

public Show ( Control control, int x, int y ) : void
control Control
x int
y int
Résultat void

Show() public méthode

public Show ( Point screenLocation ) : void
screenLocation Point
Résultat void

Show() public méthode

public Show ( Point position, ToolStripDropDownDirection direction ) : void
position Point
direction ToolStripDropDownDirection
Résultat void

Show() public méthode

public Show ( int x, int y ) : void
x int
y int
Résultat void

ToolStripDropDown() public méthode

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