C# 클래스 ComponentFactory.Krypton.Docking.DockingManagerStrings

Storage for docking managee strings.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DockingManagerStrings ( KryptonDockingManager docking ) : System

Initialize a new instance of the DockingManagerStrings class.

ResetTextAutoHide ( ) : void

Resets the TextAutoHide 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.

ResetTextDock ( ) : void

Resets the TextDock property to its default value.

ResetTextFloat ( ) : void

Resets the TextFloat property to its default value.

ResetTextHide ( ) : void

Resets the TextHide property to its default value.

ResetTextTabbedDocument ( ) : void

Resets the TextTabbedDocument property to its default value.

ResetTextWindowLocation ( ) : void

Resets the TextWindowLocation property to its default value.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

메소드 상세

DockingManagerStrings() 공개 메소드

Initialize a new instance of the DockingManagerStrings class.
public DockingManagerStrings ( KryptonDockingManager docking ) : System
docking KryptonDockingManager Reference to owning docking manager.
리턴 System

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of the property that has changed.
리턴 void

ResetTextAutoHide() 공개 메소드

Resets the TextAutoHide property to its default value.
public ResetTextAutoHide ( ) : 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

ResetTextDock() 공개 메소드

Resets the TextDock property to its default value.
public ResetTextDock ( ) : void
리턴 void

ResetTextFloat() 공개 메소드

Resets the TextFloat property to its default value.
public ResetTextFloat ( ) : void
리턴 void

ResetTextHide() 공개 메소드

Resets the TextHide property to its default value.
public ResetTextHide ( ) : void
리턴 void

ResetTextTabbedDocument() 공개 메소드

Resets the TextTabbedDocument property to its default value.
public ResetTextTabbedDocument ( ) : void
리턴 void

ResetTextWindowLocation() 공개 메소드

Resets the TextWindowLocation property to its default value.
public ResetTextWindowLocation ( ) : void
리턴 void