InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CompositeIconElement Class / UpdateStyle(DynamicStyle,Element) Method

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

    Parameters

    ds
    targetElement
    See Also