C1.Win.RulesManager.Styles Namespace / TextBoxStyle Class / ApplyToStyle Method
destination style.

In This Topic
ApplyToStyle Method (TextBoxStyle)
In This Topic
Applies style to destination C1.Framework.Style object if it is possible.
Syntax
'Declaration
 
Public Overrides Function ApplyToStyle( _
   ByVal dst As C1.Framework.Style _
) As Boolean
 

Parameters

dst
destination style.
See Also