ApplyToStyle Method (BaseC1FrameworkStyle)
In This Topic
Applies style to destination
C1.Framework.Style object if it is possible.
Syntax
'Declaration
Public Overridable Function ApplyToStyle( _
ByVal As Style _
) As System.Boolean
public virtual System.bool ApplyToStyle(
Style
)
Parameters
- dst
- destination style.
See Also