C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1StatusBar Class / BeginUpdate Method

In This Topic
BeginUpdate Method (C1StatusBar)
In This Topic
Maintains performance while items are being added or removed from the C1StatusBar.
Syntax
'Declaration
 
Public Shadows Sub 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