Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavElement Class / ApplyStyle Method
Styles to apply.

In This Topic
    ApplyStyle Method (NavElement)
    In This Topic
    Update the element appearance with the specified styles.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub ApplyStyle( _
       ByVal styles As DbNavigatorStyles _
    ) 
    public abstract void ApplyStyle( 
       DbNavigatorStyles styles
    )

    Parameters

    styles
    Styles to apply.
    See Also