C# Class System.Windows.Forms.ToolStripDropDown

Inheritance: ToolStrip
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
Dismiss void
GetTopLevelToolStrip ToolStrip
ProcessDialogChar bool
ScaleCore void
Show void
ToolStripMenuTracker_AppClicked void
ToolStripMenuTracker_AppFocusChange void

Public Methods

Method 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

Protected Methods

Method 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

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

public Close ( ) : void
return void

Close() public method

public Close ( ToolStripDropDownCloseReason reason ) : void
reason ToolStripDropDownCloseReason
return void

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

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

OnClosed() protected method

protected OnClosed ( System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
e System.Windows.Forms.ToolStripDropDownClosedEventArgs
return void

OnClosing() protected method

protected OnClosing ( System.Windows.Forms.ToolStripDropDownClosingEventArgs e ) : void
e System.Windows.Forms.ToolStripDropDownClosingEventArgs
return void

OnHandleCreated() protected method

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

OnItemClicked() protected method

protected OnItemClicked ( ToolStripItemClickedEventArgs e ) : void
e ToolStripItemClickedEventArgs
return void

OnLayout() protected method

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

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs mea ) : void
mea MouseEventArgs
return void

OnOpened() protected method

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

OnOpening() protected method

protected OnOpening ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnParentChanged() protected method

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

OnVisibleChanged() protected method

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

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

ProcessMnemonic() protected method

protected ProcessMnemonic ( char charCode ) : bool
charCode char
return bool

ScaleControl() protected method

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
return void

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void

Show() public method

public Show ( Control control, Point position ) : void
control Control
position Point
return void

Show() public method

public Show ( Control control, Point position, ToolStripDropDownDirection direction ) : void
control Control
position Point
direction ToolStripDropDownDirection
return void

Show() public method

public Show ( Control control, int x, int y ) : void
control Control
x int
y int
return void

Show() public method

public Show ( Point screenLocation ) : void
screenLocation Point
return void

Show() public method

public Show ( Point position, ToolStripDropDownDirection direction ) : void
position Point
direction ToolStripDropDownDirection
return void

Show() public method

public Show ( int x, int y ) : void
x int
y int
return void

ToolStripDropDown() public method

public ToolStripDropDown ( ) : System.Drawing
return System.Drawing