ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / UpdateStyle Method

In This Topic
    UpdateStyle Method (DropDownControlViewBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function UpdateStyle( _
       ByVal ds As C1.Framework.DynamicStyle, _
       ByVal targetElement As C1.Framework.Element _
    ) As Boolean
    protected virtual bool UpdateStyle( 
       C1.Framework.DynamicStyle ds,
       C1.Framework.Element targetElement
    )

    Parameters

    ds
    targetElement
    See Also