System.Windows.Forms.ToolStripManager Members

The members of System.Windows.Forms.ToolStripManager are listed below.

See Also: Inherited members from System.Object

Public Properties

static
RendererToolStripRenderer.

Gets or sets the default painting styles for the form.

static
RenderModeToolStripManagerRenderMode.

Gets or sets the default theme for the form.

static
VisualStylesEnabledbool.

Gets or sets a value indicating whether a System.Windows.Forms.ToolStrip is rendered using visual style information called themes.

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.

Public Events

static
RendererChanged

Occurs when the value of the ToolStripManager.Renderer property changes.