Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ShouldSerializeStyles Method

In This Topic
    ShouldSerializeStyles Method (C1ComboBox)
    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