SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostStringSliceView.RefreshDisplay C# (CSharp) Méthode

RefreshDisplay() public méthode

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