Spread Windows Forms 12.0 Product Documentation
IsForeColorSet Method (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsForeColorSet Method
Gets whether the text color (ForeColor property) is set.
Syntax
'Declaration
 
Public Overridable Function IsForeColorSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsForeColorSet()
public virtual bool IsForeColorSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the ForeColor property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
ForeColor Property