C# Class System.Windows.Forms.ToolStripManager

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

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static FindToolStrip ( string toolStripName ) : ToolStrip
toolStripName string
Résultat ToolStrip

IsShortcutDefined() public static méthode

public static IsShortcutDefined ( Keys shortcut ) : bool
shortcut Keys
Résultat bool

IsValidShortcut() public static méthode

public static IsValidShortcut ( Keys shortcut ) : bool
shortcut Keys
Résultat bool

RevertMerge() public static méthode

public static RevertMerge ( ToolStrip targetToolStrip ) : bool
targetToolStrip ToolStrip
Résultat bool

RevertMerge() public static méthode

public static RevertMerge ( ToolStrip targetToolStrip, ToolStrip sourceToolStrip ) : bool
targetToolStrip ToolStrip
sourceToolStrip ToolStrip
Résultat bool

RevertMerge() public static méthode

public static RevertMerge ( string targetName ) : bool
targetName string
Résultat bool

SaveSettings() public static méthode

public static SaveSettings ( Form sourceForm ) : void
sourceForm Form
Résultat void

SaveSettings() public static méthode

public static SaveSettings ( Form sourceForm, string key ) : void
sourceForm Form
key string
Résultat void