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

    Parameters

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