ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / RemoveButtonStyle Class / ApplyToStyle Method

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

    Parameters

    dst
    See Also