ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Boolean
    public virtual System.bool ApplyToStyle( 
       Style dst
    )

    Parameters

    dst
    destination style.
    See Also