StatusBarPanel::EndInit Method ()

 
Use BaseTrue

Ends the initialization of a StatusBarPanel.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual void EndInit() sealed

This method is used to end the initialization of a component that is used by another component. The BeginInit method starts the initialization. Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.

.NET Framework
Available since 1.1
Return to top
Show: