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

GetLongText() public method

Gets the content long text.
public GetLongText ( ) : string
return string
        public string GetLongText()
        {
            return _ribbon.RibbonAppButton.AppButtonToolTipBody;
        }