ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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() 
    public new 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