Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cl Class / UpdateStyle Method

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

    Parameters

    ds
    targetElement
    See Also