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

GetShortText() public méthode

Gets the content short text.
public GetShortText ( ) : string
Résultat string
        public string GetShortText()
        {
            return _ribbon.RibbonAppButton.AppButtonToolTipTitle;
        }