C# Class System.Windows.Forms.ToolStripManager

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

Private Properties

Property Type Description
AddToolStrip void
AddToolStripMenuItem void
AdjustItemMergeIndex int
BeginMerge void
CountRealToolStripItems int
FireAppClicked void
FireAppFocusChanged void
FireAppFocusChanged void
GetNextToolStrip ToolStrip
LoadSettings void
LoadSettings void
Merge bool
Merge bool
OnRendererChanged void
ProcessCmdKey bool
ProcessMenuKey bool
RemoveItemFromParentToolStrip void
RemoveToolStrip void
RemoveToolStripMenuItem void
RevertMergeItem void
SetActiveToolStrip void
ToolStripManager System.Drawing

Public Methods

Method Description
FindToolStrip ( string toolStripName ) : ToolStrip
IsShortcutDefined ( Keys shortcut ) : bool
IsValidShortcut ( Keys shortcut ) : bool
RevertMerge ( ToolStrip targetToolStrip ) : bool
RevertMerge ( ToolStrip targetToolStrip, ToolStrip sourceToolStrip ) : bool
RevertMerge ( string targetName ) : bool
SaveSettings ( Form sourceForm ) : void
SaveSettings ( Form sourceForm, string key ) : void

Private Methods

Method Description
AddToolStrip ( ToolStrip ts ) : void
AddToolStripMenuItem ( ToolStripMenuItem tsmi ) : void
AdjustItemMergeIndex ( ToolStrip ts, ToolStripItem tsi ) : int
BeginMerge ( ) : void
CountRealToolStripItems ( ToolStrip ts ) : int
FireAppClicked ( ) : void
FireAppFocusChanged ( Form form ) : void
FireAppFocusChanged ( object sender ) : void
GetNextToolStrip ( ToolStrip ts, bool forward ) : ToolStrip
LoadSettings ( Form targetForm ) : void
LoadSettings ( Form targetForm, string key ) : void
Merge ( ToolStrip sourceToolStrip, ToolStrip targetToolStrip ) : bool
Merge ( ToolStrip sourceToolStrip, string targetName ) : bool
OnRendererChanged ( EventArgs e ) : void
ProcessCmdKey ( Message &m, Keys keyData ) : bool
ProcessMenuKey ( Message &m ) : bool
RemoveItemFromParentToolStrip ( ToolStripItem tsi ) : void
RemoveToolStrip ( ToolStrip ts ) : void
RemoveToolStripMenuItem ( ToolStripMenuItem tsmi ) : void
RevertMergeItem ( ToolStripItem item ) : void
SetActiveToolStrip ( ToolStrip toolStrip, bool keyboard ) : void
ToolStripManager ( ) : System.Drawing

Method Details

FindToolStrip() public static method

public static FindToolStrip ( string toolStripName ) : ToolStrip
toolStripName string
return ToolStrip

IsShortcutDefined() public static method

public static IsShortcutDefined ( Keys shortcut ) : bool
shortcut Keys
return bool

IsValidShortcut() public static method

public static IsValidShortcut ( Keys shortcut ) : bool
shortcut Keys
return bool

RevertMerge() public static method

public static RevertMerge ( ToolStrip targetToolStrip ) : bool
targetToolStrip ToolStrip
return bool

RevertMerge() public static method

public static RevertMerge ( ToolStrip targetToolStrip, ToolStrip sourceToolStrip ) : bool
targetToolStrip ToolStrip
sourceToolStrip ToolStrip
return bool

RevertMerge() public static method

public static RevertMerge ( string targetName ) : bool
targetName string
return bool

SaveSettings() public static method

public static SaveSettings ( Form sourceForm ) : void
sourceForm Form
return void

SaveSettings() public static method

public static SaveSettings ( Form sourceForm, string key ) : void
sourceForm Form
key string
return void