ComponentOne Basic Library for WPF and Silverlight
BeginUpdate Method (C1TabControl)


C1.WPF Namespace > C1TabControl Class : BeginUpdate Method
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() 
'Usage
 
Dim instance As C1TabControl
 
instance.BeginUpdate()
public void BeginUpdate()
See Also

Reference

C1TabControl Class
C1TabControl Members