C# Класс ComponentFactory.Krypton.Docking.DockingManagerStrings

Storage for docking managee strings.
Наследование: ComponentFactory.Krypton.Toolkit.Storage
Показать файл Открыть проект Примеры использования класса

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