ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / ShouldSerializeStyles Method

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

    Return Value

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