C1.Win.Input.Base Namespace / C1TextBoxBase Class / ShouldSerializeStyles Method

In This Topic
ShouldSerializeStyles Method (C1TextBoxBase)
In This Topic
Specifies whether to save the value of the Styles property.
Syntax
'Declaration
 
Protected Function ShouldSerializeStyles() As Boolean
 

Return Value

Returns true if the styles has changed; otherwise, returns false.
See Also