C# 클래스 ComponentFactory.Krypton.Workspace.WorkspaceMenus

Storage for workspace context menu for pages.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

ResetShortcutClose() 공개 메소드

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

ResetShortcutCloseAllButThis() 공개 메소드

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

ResetShortcutMaximizeRestore() 공개 메소드

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

ResetShortcutMoveNext() 공개 메소드

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

ResetShortcutMovePrevious() 공개 메소드

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

ResetShortcutRebalance() 공개 메소드

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

ResetShortcutSplitHorizontal() 공개 메소드

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

ResetShortcutSplitVertical() 공개 메소드

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

ResetTextClose() 공개 메소드

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

ResetTextCloseAllButThis() 공개 메소드

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

ResetTextMaximize() 공개 메소드

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

ResetTextMoveNext() 공개 메소드

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

ResetTextMovePrevious() 공개 메소드

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

ResetTextRebalance() 공개 메소드

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

ResetTextRestore() 공개 메소드

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

ResetTextSplitHorizontal() 공개 메소드

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

ResetTextSplitVertical() 공개 메소드

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

ShouldSerializeShortcutClose() 보호된 메소드

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

ShouldSerializeShortcutCloseAllButThis() 보호된 메소드

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

ShouldSerializeShortcutMaximizeRestore() 보호된 메소드

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

ShouldSerializeShortcutMoveNext() 보호된 메소드

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

ShouldSerializeShortcutMovePrevious() 보호된 메소드

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

ShouldSerializeShortcutRebalance() 보호된 메소드

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

ShouldSerializeShortcutSplitHorizontal() 보호된 메소드

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

ShouldSerializeShortcutSplitVertical() 보호된 메소드

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

WorkspaceMenus() 공개 메소드

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