ComponentFactory.Krypton.Docking.DockingManagerStrings.ResetTextCloseAllButThis C# (CSharp) Method

ResetTextCloseAllButThis() public method

Resets the TextCloseAllButThis property to its default value.
public ResetTextCloseAllButThis ( ) : void
return void
        public void ResetTextCloseAllButThis()
        {
            TextCloseAllButThis = _defaultTextCloseAllButThis;
        }