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