Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ak Class / UpdateStyle Method

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