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

GetShortText() public method

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