ComponentFactory.Krypton.Docking.ViewDrawAutoHiddenTab.GetShortText C# (CSharp) Méthode

GetShortText() public méthode

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