ComponentFactory.Krypton.Ribbon.ViewDrawRibbonRecentDocs.GetLongText C# (CSharp) 메소드

GetLongText() 공개 메소드

Gets the long text used as the secondary ribbon title.
public GetLongText ( ) : string
리턴 string
        public string GetLongText()
        {
            return string.Empty;
        }