Property | Type | Description |
---|
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.
|
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.
|
public ResetShortcutCloseAllButThis ( ) : void | ||
return | void |
public ResetShortcutMaximizeRestore ( ) : void | ||
return | void |
public ResetShortcutSplitHorizontal ( ) : void | ||
return | void |
protected ShouldSerializeShortcutClose ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutCloseAllButThis ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutMaximizeRestore ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutMoveNext ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutMovePrevious ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutRebalance ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutSplitHorizontal ( ) : bool | ||
return | bool |
protected ShouldSerializeShortcutSplitVertical ( ) : bool | ||
return | bool |
public WorkspaceMenus ( KryptonWorkspace workspace ) : System | ||
workspace | KryptonWorkspace | |
return | System |