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

GetLongText() public method

Gets the content long text.
public GetLongText ( ) : string
return string
        public string GetLongText()
        {
            return _buttonSpec.ToolTipBody;
        }