C# Class ComponentFactory.Krypton.Docking.DockingManagerStrings

Storage for docking managee strings.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Method Details

DockingManagerStrings() public method

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

OnPropertyChanged() protected method

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

ResetTextAutoHide() public method

Resets the TextAutoHide property to its default value.
public ResetTextAutoHide ( ) : void
return void

ResetTextClose() public method

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

ResetTextCloseAllButThis() public method

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

ResetTextDock() public method

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

ResetTextFloat() public method

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

ResetTextHide() public method

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

ResetTextTabbedDocument() public method

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

ResetTextWindowLocation() public method

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