Workspace |
public class WorkspaceMenus : Storage
The WorkspaceMenus type exposes the following members.
| Name | Description | |
|---|---|---|
| WorkspaceMenus | Initialize a new instance of the WorkspaceMenus class. |
| Name | Description | |
|---|---|---|
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId) | |
| IsDefault |
Gets a value indicating if all values are default.
(Overrides StorageIsDefault) | |
| NeedPaint |
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage) | |
| NeedPaintDelegate |
Gets access to the need paint delegate.
(Inherited from Storage) | |
| ShortcutClose | Gets and sets the shortcut for closing the current page. | |
| ShortcutCloseAllButThis | Gets and sets the shortcut for 'close all but this' page. | |
| ShortcutMaximizeRestore | Gets and sets the shortcut for maximizing/restoring the layout. | |
| ShortcutMoveNext | Gets and sets the shortcut for moving the current page to the next cell. | |
| ShortcutMovePrevious | Gets and sets the shortcut for moving the current page to the previous cell. | |
| ShortcutRebalance | Gets and sets the shortcut for rebalancing the layout. | |
| ShortcutSplitHorizontal | Gets and sets the shortcut for splitting the current page into a horizontal aligned page. | |
| ShortcutSplitVertical | Gets and sets the shortcut for splitting the current page into a vertical aligned page. | |
| ShowContextMenu | Gets and sets if a workspace context menu is shown on tab right clicking. | |
| TextClose | Gets and sets the text to use for the close context menu item. | |
| TextCloseAllButThis | Gets and sets the text to use for the 'close all but this' context menu item. | |
| TextMaximize | Gets and sets the text to use for the maximize context menu item. | |
| TextMoveNext | Gets and sets the text to use for the move next context menu item. | |
| TextMovePrevious | Gets and sets the text to use for the move previous context menu item. | |
| TextRebalance | Gets and sets the text to use for the rebalance context menu item. | |
| TextRestore | Gets and sets the text to use for the restore context menu item. | |
| TextSplitHorizontal | Gets and sets the text to use for the split horizontal context menu item. | |
| TextSplitVertical | Gets and sets the text to use for the split vertical context menu item. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnNeedPaint |
Raises the NeedPaint event.
(Inherited from Storage) | |
| PerformNeedPaint |
Fires the NeedPaint event.
(Inherited from Storage) | |
| PerformNeedPaint(Boolean) |
Fires the NeedPaint event.
(Inherited from Storage) | |
| ResetShortcutClose | Resets the ShortcutClose property to its default value. | |
| ResetShortcutCloseAllButThis | Resets the ShortcutCloseAllButThis property to its default value. | |
| ResetShortcutMaximizeRestore | Resets the ShortcutMaximizeRestore property to its default value. | |
| ResetShortcutMoveNext | Resets the ShortcutMoveNext property to its default value. | |
| ResetShortcutMovePrevious | Resets the ShortcutMovePrevious property to its default value. | |
| ResetShortcutRebalance | Resets the ShortcutRebalance property to its default value. | |
| ResetShortcutSplitHorizontal | Resets the ShortcutSplitHorizontal property to its default value. | |
| ResetShortcutSplitVertical | Resets the ShortcutSplitVertical property to its default value. | |
| ResetTextClose | Resets the TextClose property to its default value. | |
| ResetTextCloseAllButThis | Resets the TextCloseAllButThis property to its default value. | |
| ResetTextMaximize | Resets the TextMaximize property to its default value. | |
| ResetTextMoveNext | Resets the TextMoveNext property to its default value. | |
| ResetTextMovePrevious | Resets the TextMovePrevious property to its default value. | |
| ResetTextRebalance | Resets the TextRebalance property to its default value. | |
| ResetTextRestore | Resets the TextRestore property to its default value. | |
| ResetTextSplitHorizontal | Resets the TextSplitHorizontal property to its default value. | |
| ResetTextSplitVertical | Resets the TextSplitVertical property to its default value. | |
| ShouldSerializeShortcutClose | Decide if the shortcut for closing the current page. | |
| ShouldSerializeShortcutCloseAllButThis | Decide if the shortcut for 'close all but this' page. | |
| ShouldSerializeShortcutMaximizeRestore | Decide if the shortcut for maximizing/restoring the layout. | |
| ShouldSerializeShortcutMoveNext | Decide if the shortcut for moving the current page to the next cell. | |
| ShouldSerializeShortcutMovePrevious | Decide if the shortcut for moving the current page to the previous cell. | |
| ShouldSerializeShortcutRebalance | Decide if the shortcut for rebalancing the layout. | |
| ShouldSerializeShortcutSplitHorizontal | Decide if the shortcut for splitting the current page into a horizontal aligned page. | |
| ShouldSerializeShortcutSplitVertical | Decide if the shortcut for splitting the current page into a vertical aligned page. | |
| ToString |
Returns a string that represents the current defaulted state.
(Inherited from Storage) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |