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