SIL.FieldWorks.XWorks.FwXWindow.GetMainWindowCaption C# (CSharp) Méthode

GetMainWindowCaption() public méthode

Gets the string that will go in the caption of the main window.
public GetMainWindowCaption ( SIL.FieldWorks.FDO.FdoCache cache ) : string
cache SIL.FieldWorks.FDO.FdoCache
Résultat string
		public string GetMainWindowCaption(FdoCache cache)
		{
			string sCaption = m_delegate.GetMainWindowCaption(cache);
			return sCaption ?? Text;
		}
FwXWindow