System.Windows.Forms.ToolStripManager: Method Members

The methods of System.Windows.Forms.ToolStripManager are listed below. For a list of all members, see the ToolStripManager Members list.

See Also: Inherited members from System.Object

Public Methods

static
FindToolStrip(string) : ToolStrip

Finds the specified System.Windows.Forms.ToolStrip or a type derived from System.Windows.Forms.ToolStrip.

static
IsShortcutDefined(Keys) : bool

Retrieves a value indicating whether the specified shortcut key is used by any of the System.Windows.Forms.ToolStrip controls of a form.

static
IsValidShortcut(Keys) : bool

Retrieves a value indicating whether a defined shortcut key is valid.

static
LoadSettings(Form)

Loads settings for the given System.Windows.Forms.Form using the full name of the System.Windows.Forms.Form as the settings key.

static
LoadSettings(Form, string)

Loads settings for the specified System.Windows.Forms.Form using the specified settings key.

static
Merge(ToolStrip, string) : bool

Combines two System.Windows.Forms.ToolStrip objects of the same type.

static
Merge(ToolStrip, ToolStrip) : bool

Combines two System.Windows.Forms.ToolStrip objects of different types.

static
RevertMerge(string) : bool

Undoes a merging of two System.Windows.Forms.ToolStrip objects, returning the System.Windows.Forms.ToolStrip with the specified name to its state before the merge and nullifying all previous merge operations.

static
RevertMerge(ToolStrip) : bool

Undoes a merging of two System.Windows.Forms.ToolStrip objects, returning the specified System.Windows.Forms.ToolStrip to its state before the merge and nullifying all previous merge operations.

static
RevertMerge(ToolStrip, ToolStrip) : bool

Undoes a merging of two System.Windows.Forms.ToolStrip objects, returning both System.Windows.Forms.ToolStrip controls to their state before the merge and nullifying all previous merge operations.

static
SaveSettings(Form)

Saves settings for the given System.Windows.Forms.Form using the full name of the System.Windows.Forms.Form as the settings key.

static
SaveSettings(Form, string)

Saves settings for the specified System.Windows.Forms.Form using the specified settings key.