ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / DropDownForm Class / ApplyStyle Method
Style of drop down form.
DPI of parent control.

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

    Parameters

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