ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / CommonStyle Class / ApplyToStyle Method
destination style.

In This Topic
    ApplyToStyle Method (CommonStyle)
    In This Topic
    Applies style to destination C1.Framework.Style object if it is possible.
    Syntax
    'Declaration
     
    
    Public Overrides Function ApplyToStyle( _
       ByVal dst As C1.Framework.Style _
    ) As Boolean
    public override bool ApplyToStyle( 
       C1.Framework.Style dst
    )

    Parameters

    dst
    destination style.
    See Also