Property | Type | Description |
---|
Method | Description | |
---|---|---|
DockingManagerStrings ( |
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.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
public DockingManagerStrings ( |
||
docking | Reference to owning docking manager. | |
return | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of the property that has changed. |
return | void |