SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostStringSliceView.RefreshDisplay C# (CSharp) 메소드

RefreshDisplay() 공개 메소드

Do nothing if the ghost somehow gets refreshed directly. It will get called when the main window is refreshing, and we reuse the ghost. Just ignore the call, since the base call will cause a crash on the cache with a zero HVO for some reason.
public RefreshDisplay ( ) : bool
리턴 bool
			public override bool RefreshDisplay()
			{
				CheckDisposed();
				return false;
			}