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

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

    Parameters

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