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

GetLongText() public method

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