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

GetShortText() public method

Gets the short text used as the main ribbon title.
public GetShortText ( ) : string
return string
        public virtual string GetShortText()
        {
            return "Unknown";
        }