ApplyStyle Method (DropDownFormBase)
In This Topic
Applies the style to drop down form.
Syntax
'Declaration
Public MustOverride Sub ApplyStyle( _
ByVal As BaseStyle, _
ByVal As Integer _
)
public abstract void ApplyStyle(
BaseStyle ,
int
)
Parameters
- style
- Style of drop down form.
- dpi
- DPI of parent control.
See Also