ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / UpdateStyle Method

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

    Parameters

    ds
    targetElement
    See Also