FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / ShouldSerializeForeColor Method


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