Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ShouldSerializeForeColor Method


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

    Return Value

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