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

In This Topic
    SetStyle Method (BaseTheme)
    In This Topic
    Sets the value of the named C1.Framework.Style object.
    Syntax
    'Declaration
     
    Protected Sub SetStyle( _
       ByVal value As C1.Framework.Style, _
       ByVal name As System.String _
    ) 
    protected void SetStyle( 
       C1.Framework.Style value,
       System.string name
    )

    Parameters

    value
    name
    See Also