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

GetLongText() public method

Gets the long text used as the secondary ribbon title.
public GetLongText ( ) : string
return string
        public string GetLongText()
        {
            return string.Empty;
        }