Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ShouldSerializeBackColor Method


In This Topic
    ShouldSerializeBackColor Method (FpCombo)
    In This Topic
    Internal use only. Determines whether the background color should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeBackColor() As Boolean
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackColor()
    public virtual bool ShouldSerializeBackColor()

    Return Value

    True if the property value has changed from its default; otherwise, false.
    See Also