ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (DropDownList)
    In This Topic
    Maintains performance by preventing the control from updating itself until the C1.Win.C1List.ListBase.Frame.EndUpdate method is called.
    Syntax
    'Declaration
     
    
    Public Overridable Sub BeginUpdate() 
    public virtual void BeginUpdate()
    See Also