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


In This Topic
    ShouldSerializeForeColor Method (ElementWindowless)
    In This Topic
    Indicates whether the ForeColor property should be persisted.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeForeColor() As Boolean
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Boolean
     
    value = instance.ShouldSerializeForeColor()
    public virtual bool ShouldSerializeForeColor()
    See Also