Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ButtonBaseStyles Class / ApplyToStyle Method
destination style.

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

    Parameters

    dst
    destination style.
    See Also