InputPanel for WinForms | ComponentOne
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / ApplyStyle Method

In This Topic
    ApplyStyle Method (DropDownFormBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Sub ApplyStyle( _
       ByVal style As BaseStyle, _
       ByVal dpi As Integer _
    ) 
    public abstract void ApplyStyle( 
       BaseStyle style,
       int dpi
    )

    Parameters

    style
    dpi
    See Also