ComponentFactory.Krypton.Toolkit.ButtonSpecToContent.GetShortText C# (CSharp) Method

GetShortText() public method

Gets the content short text.
public GetShortText ( ) : string
return string
        public string GetShortText()
        {
            return _buttonSpec.GetToolTipTitle(_palette);
        }