Ribbon for WinForms
BeginUpdate メソッド (C1StatusBar)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1StatusBar クラス : BeginUpdate メソッド
Maintains performance while items are being added or removed from the C1StatusBar.
シンタックス
'宣言
 
Public Shadows Sub BeginUpdate() 
public new void BeginUpdate()
解説
When adding a large number of items to the C1StatusBar, you should use the BeginUpdate method to prevent item collections from updating their internal state each time an item is added. Once you have completed the task of adding items, call the EndUpdate method to resume regular processing.
参照

C1StatusBar クラス
C1StatusBar メンバ