ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupClusterColorButtonText.GetShortText C# (CSharp) Method

GetShortText() public method

Gets the short text used as the main ribbon title.
public GetShortText ( ) : string
return string
        public string GetShortText()
        {
            if (_ribbonColorButton.KryptonCommand != null)
                return _ribbonColorButton.KryptonCommand.TextLine1;
            else
                return _ribbonColorButton.TextLine;
        }