FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializeForeColor Method


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