[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1StatusBar.BeginUpdate

BeginUpdate Method

BeginUpdate()

Maintains performance while items are being added or removed from the C1StatusBar.

Declaration
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.