Calendar for WinForms | ComponentOne
C1.Win.Input.Base.DropDownForms Namespace / DropDownFormBase Class / ApplyStyle Method
Style of drop down form.
DPI of parent control.

In This Topic
    ApplyStyle Method (DropDownFormBase)
    In This Topic
    Applies the style to drop down form.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub ApplyStyle( _
       ByVal style As C1.Win.Themes.BaseStyle, _
       ByVal dpi As Integer _
    ) 
    public abstract void ApplyStyle( 
       C1.Win.Themes.BaseStyle style,
       int dpi
    )

    Parameters

    style
    Style of drop down form.
    dpi
    DPI of parent control.
    See Also