An NDoc Documented Class Library

ContainerStatusBarDesigner.Initialize Method 

Prepares the designer to view, edit, and design ContainerStatusBar

public override void Initialize(
   IComponent component
);

Parameters

component
The component being designed. This should be a ContainerStatusBar, but no checks are made for this. if this designer is used on another control, not inherited from ContainerStatusBar, it will crash.

Implements

IDesigner.Initialize

See Also

ContainerStatusBarDesigner Class | ContainerStatusBarDesigner Members | Genghis.Windows.Forms.Design Namespace