Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / aw Class / UpdateStyle Method

In This Topic
    UpdateStyle Method (aw)
    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