InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework 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 BaseStyle, _
       ByVal dpi As Integer _
    ) 
    void ApplyStyle( 
       BaseStyle style,
       int dpi
    )

    Parameters

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