SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostStringSliceView.RefreshDisplay C# (CSharp) Method

RefreshDisplay() public method

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
return bool
			public override bool RefreshDisplay()
			{
				CheckDisposed();
				return false;
			}