Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabControl Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (C1TabControl)
    In This Topic
    Maintains performance while items are added to the TabControl one at a time by preventing the control from updating until the EndUpdate method is called.
    Syntax
    'Declaration
     
    
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also