IStyleAddStyle Method (StyleElementName, Int32, StyleElementNumberType) |
Add a style element
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntaxvoid AddStyle(
StyleElementName name,
int value,
StyleElementNumberType type
)
Sub AddStyle (
name As StyleElementName,
value As Integer,
type As StyleElementNumberType
)
void AddStyle(
StyleElementName name,
int value,
StyleElementNumberType type
)
abstract AddStyle :
name : StyleElementName *
value : int *
type : StyleElementNumberType -> unit
Parameters
- name
- Type: StreetSmart.WinForms.InterfacesStyleElementName
Name of the style element - value
- Type: SystemInt32
Value of the style element - type
- Type: StreetSmart.WinForms.InterfacesStyleElementNumberType
Type of the style element
See Also