ComponentOne Ribbon for WinForms
BeginUpdate() Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class : BeginUpdate() Method
Maintains performance while items are being added or removed from the C1Ribbon.
Syntax
'Declaration
 
Public Sub BeginUpdate() 
public void BeginUpdate()
Remarks
When adding a large number of items to the C1Ribbon, 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

C1Ribbon Class
C1Ribbon Members