C# Class ComponentFactory.Krypton.Workspace.WorkspaceMenus

Storage for workspace context menu for pages.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description

Public Methods

Method Description
ResetShortcutClose ( ) : void

Resets the ShortcutClose property to its default value.

ResetShortcutCloseAllButThis ( ) : void

Resets the ShortcutCloseAllButThis property to its default value.

ResetShortcutMaximizeRestore ( ) : void

Resets the ShortcutMaximizeRestore property to its default value.

ResetShortcutMoveNext ( ) : void

Resets the ShortcutMoveNext property to its default value.

ResetShortcutMovePrevious ( ) : void

Resets the ShortcutMovePrevious property to its default value.

ResetShortcutRebalance ( ) : void

Resets the ShortcutRebalance property to its default value.

ResetShortcutSplitHorizontal ( ) : void

Resets the ShortcutSplitHorizontal property to its default value.

ResetShortcutSplitVertical ( ) : void

Resets the ShortcutSplitVertical property to its default value.

ResetTextClose ( ) : void

Resets the TextClose property to its default value.

ResetTextCloseAllButThis ( ) : void

Resets the TextCloseAllButThis property to its default value.

ResetTextMaximize ( ) : void

Resets the TextMaximize property to its default value.

ResetTextMoveNext ( ) : void

Resets the TextMoveNext property to its default value.

ResetTextMovePrevious ( ) : void

Resets the TextMovePrevious property to its default value.

ResetTextRebalance ( ) : void

Resets the TextRebalance property to its default value.

ResetTextRestore ( ) : void

Resets the TextRestore property to its default value.

ResetTextSplitHorizontal ( ) : void

Resets the TextSplitHorizontal property to its default value.

ResetTextSplitVertical ( ) : void

Resets the TextSplitVertical property to its default value.

WorkspaceMenus ( KryptonWorkspace workspace ) : System

Initialize a new instance of the WorkspaceMenus class.

Protected Methods

Method Description
ShouldSerializeShortcutClose ( ) : bool

Decide if the shortcut for closing the current page.

ShouldSerializeShortcutCloseAllButThis ( ) : bool

Decide if the shortcut for 'close all but this' page.

ShouldSerializeShortcutMaximizeRestore ( ) : bool

Decide if the shortcut for maximizing/restoring the layout.

ShouldSerializeShortcutMoveNext ( ) : bool

Decide if the shortcut for moving the current page to the next cell.

ShouldSerializeShortcutMovePrevious ( ) : bool

Decide if the shortcut for moving the current page to the previous cell.

ShouldSerializeShortcutRebalance ( ) : bool

Decide if the shortcut for rebalancing the layout.

ShouldSerializeShortcutSplitHorizontal ( ) : bool

Decide if the shortcut for splitting the current page into a horizontal aligned page.

ShouldSerializeShortcutSplitVertical ( ) : bool

Decide if the shortcut for splitting the current page into a vertical aligned page.

Method Details

ResetShortcutClose() public method

Resets the ShortcutClose property to its default value.
public ResetShortcutClose ( ) : void
return void

ResetShortcutCloseAllButThis() public method

Resets the ShortcutCloseAllButThis property to its default value.
public ResetShortcutCloseAllButThis ( ) : void
return void

ResetShortcutMaximizeRestore() public method

Resets the ShortcutMaximizeRestore property to its default value.
public ResetShortcutMaximizeRestore ( ) : void
return void

ResetShortcutMoveNext() public method

Resets the ShortcutMoveNext property to its default value.
public ResetShortcutMoveNext ( ) : void
return void

ResetShortcutMovePrevious() public method

Resets the ShortcutMovePrevious property to its default value.
public ResetShortcutMovePrevious ( ) : void
return void

ResetShortcutRebalance() public method

Resets the ShortcutRebalance property to its default value.
public ResetShortcutRebalance ( ) : void
return void

ResetShortcutSplitHorizontal() public method

Resets the ShortcutSplitHorizontal property to its default value.
public ResetShortcutSplitHorizontal ( ) : void
return void

ResetShortcutSplitVertical() public method

Resets the ShortcutSplitVertical property to its default value.
public ResetShortcutSplitVertical ( ) : void
return void

ResetTextClose() public method

Resets the TextClose property to its default value.
public ResetTextClose ( ) : void
return void

ResetTextCloseAllButThis() public method

Resets the TextCloseAllButThis property to its default value.
public ResetTextCloseAllButThis ( ) : void
return void

ResetTextMaximize() public method

Resets the TextMaximize property to its default value.
public ResetTextMaximize ( ) : void
return void

ResetTextMoveNext() public method

Resets the TextMoveNext property to its default value.
public ResetTextMoveNext ( ) : void
return void

ResetTextMovePrevious() public method

Resets the TextMovePrevious property to its default value.
public ResetTextMovePrevious ( ) : void
return void

ResetTextRebalance() public method

Resets the TextRebalance property to its default value.
public ResetTextRebalance ( ) : void
return void

ResetTextRestore() public method

Resets the TextRestore property to its default value.
public ResetTextRestore ( ) : void
return void

ResetTextSplitHorizontal() public method

Resets the TextSplitHorizontal property to its default value.
public ResetTextSplitHorizontal ( ) : void
return void

ResetTextSplitVertical() public method

Resets the TextSplitVertical property to its default value.
public ResetTextSplitVertical ( ) : void
return void

ShouldSerializeShortcutClose() protected method

Decide if the shortcut for closing the current page.
protected ShouldSerializeShortcutClose ( ) : bool
return bool

ShouldSerializeShortcutCloseAllButThis() protected method

Decide if the shortcut for 'close all but this' page.
protected ShouldSerializeShortcutCloseAllButThis ( ) : bool
return bool

ShouldSerializeShortcutMaximizeRestore() protected method

Decide if the shortcut for maximizing/restoring the layout.
protected ShouldSerializeShortcutMaximizeRestore ( ) : bool
return bool

ShouldSerializeShortcutMoveNext() protected method

Decide if the shortcut for moving the current page to the next cell.
protected ShouldSerializeShortcutMoveNext ( ) : bool
return bool

ShouldSerializeShortcutMovePrevious() protected method

Decide if the shortcut for moving the current page to the previous cell.
protected ShouldSerializeShortcutMovePrevious ( ) : bool
return bool

ShouldSerializeShortcutRebalance() protected method

Decide if the shortcut for rebalancing the layout.
protected ShouldSerializeShortcutRebalance ( ) : bool
return bool

ShouldSerializeShortcutSplitHorizontal() protected method

Decide if the shortcut for splitting the current page into a horizontal aligned page.
protected ShouldSerializeShortcutSplitHorizontal ( ) : bool
return bool

ShouldSerializeShortcutSplitVertical() protected method

Decide if the shortcut for splitting the current page into a vertical aligned page.
protected ShouldSerializeShortcutSplitVertical ( ) : bool
return bool

WorkspaceMenus() public method

Initialize a new instance of the WorkspaceMenus class.
public WorkspaceMenus ( KryptonWorkspace workspace ) : System
workspace KryptonWorkspace
return System