Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / UpdateStyle Method

In This Topic
    UpdateStyle Method (DropDownEditorViewBase)
    In This Topic
    Updates a dinamic style of C1.Framework.Element.
    Syntax
    'Declaration
     
    
    Protected Overrides Function UpdateStyle( _
       ByVal ds As DynamicStyle, _
       ByVal targetElement As Element _
    ) As Boolean
    protected override bool UpdateStyle( 
       DynamicStyle ds,
       Element targetElement
    )

    Parameters

    ds
    targetElement
    See Also