Bloom.Workspace.WorkspaceView.AdjustButtonTextsForCurrentSize C# (CSharp) Метод

AdjustButtonTextsForCurrentSize() приватный Метод

Remove the button texts if needed for the current size of the main window.
private AdjustButtonTextsForCurrentSize ( ) : void
Результат void
        void AdjustButtonTextsForCurrentSize()
        {
            if (_currentShrinkage == Shrinkage.Stage2 || _currentShrinkage == Shrinkage.Stage3)
                RemoveButtonTexts();
        }