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