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


In This Topic
    ShouldSerializeForeColor Method (FpCombo)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeForeColor() As Boolean
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Boolean
     
    value = instance.ShouldSerializeForeColor()
    public virtual bool ShouldSerializeForeColor()

    Return Value

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