ComponentFactory.Krypton.Docking.DockingManagerStrings.ResetTextCloseAllButThis C# (CSharp) Метод

ResetTextCloseAllButThis() публичный Метод

Resets the TextCloseAllButThis property to its default value.
public ResetTextCloseAllButThis ( ) : void
Результат void
        public void ResetTextCloseAllButThis()
        {
            TextCloseAllButThis = _defaultTextCloseAllButThis;
        }