StatusBarPanel.BeginInit 方法
定义
开始 StatusBarPanel 的初始化。Begins the initialization of a StatusBarPanel.
public:
virtual void BeginInit();
public void BeginInit ();
abstract member BeginInit : unit -> unit
override this.BeginInit : unit -> unit
Public Sub BeginInit ()
实现
注解
此方法用于开始初始化在窗体上使用或由另一个组件使用的组件。This method is used to start the initialization of a component that is used on a form or used by another component. EndInit方法结束初始化。The EndInit method ends the initialization. 使用 BeginInit 和 EndInit 方法可防止控件在完全初始化之前被使用。Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.