ComponentFactory.Krypton.Docking.ViewDrawAutoHiddenTab.GetShortText C# (CSharp) Method

GetShortText() public method

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