ComponentOne Ribbon for WinForms
BeginUpdate() Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1StatusBar Class : BeginUpdate() Method
Maintains performance while items are being added or removed from the C1StatusBar.
Syntax
'Declaration
 
Public Sub BeginUpdate() 
public void BeginUpdate()
Remarks
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.
See Also

Reference

C1StatusBar Class
C1StatusBar Members