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

GetLongText() public method

Gets the content long text.
public GetLongText ( ) : string
return string
        public string GetLongText()
        {
            return _qatButton.GetToolTipBody();
        }