SetStyle Method (BaseTheme)
In This Topic
Sets the value of the named C1.Framework.Style object.
Syntax
'Declaration
Protected Sub SetStyle( _
ByVal As C1.Framework.Style, _
ByVal As System.String _
)
protected void SetStyle(
C1.Framework.Style ,
System.string
)
Parameters
- value
- name
See Also