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

GetShortText() public method

Gets the content short text.
public GetShortText ( ) : string
return string
        public string GetShortText()
        {
            return _qatButton.GetToolTipTitle();
        }