SIL.FieldWorks.Common.Framework.DetailControls.Slice.Slice.ShowSubControls C# (CSharp) Méthode

ShowSubControls() public méthode

We tend to get a visual stuttering effect if sub-controls are made visible before the main slice is correctly positioned. This method is called after the slice is positioned to give it a chance to make embedded controls visible. This default implementation does nothing.
public ShowSubControls ( ) : void
Résultat void
		public virtual void ShowSubControls()
		{
			CheckDisposed();
		}