ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignTab.GetShortText C# (CSharp) Méthode

GetShortText() public méthode

Gets the short text used as the main ribbon title.
public GetShortText ( ) : string
Résultat string
        public override string GetShortText()
        {
            return "Tab";
        }