InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / ApplyToStyle Method
destination style.

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

    Parameters

    dst
    destination style.
    See Also