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

In This Topic
    EndUpdate Method (DropDownList)
    In This Topic
    Resumes updating the control after calls to the C1.Win.C1List.ListBase.Frame.BeginUpdate method.
    Syntax
    'Declaration
     
    
    Public Overridable Sub EndUpdate() 
    public virtual void EndUpdate()
    See Also