DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / BaseDropDownItemStyle Class / ApplyToStyle Method

In This Topic
    ApplyToStyle Method (BaseDropDownItemStyle)
    In This Topic
    Applies style to destination style if it is possible.
    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