IStyleUpdateStyle Method (StyleElementName, Int32, StyleElementNumberType) |
Update a style element
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntaxvoid UpdateStyle(
StyleElementName name,
int value,
StyleElementNumberType type
)
Sub UpdateStyle (
name As StyleElementName,
value As Integer,
type As StyleElementNumberType
)
void UpdateStyle(
StyleElementName name,
int value,
StyleElementNumberType type
)
abstract UpdateStyle :
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