An NDoc Documented Class Library

ContainerStatusBar.OnControlRemoved Method 

Override standard processing of removing child controls from the ContainerStatusBar. Ensures that no panels host the control that has been removed.

protected override void OnControlRemoved(
   ControlEventArgs e
);

Parameters

e

Remarks

Find the panel hosting the control and set it's hosted control property to null.

See Also

ContainerStatusBar Class | ContainerStatusBar Members | Genghis.Windows.Forms Namespace