Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsForeColorSet Method


In This Topic
    IsForeColorSet Method (ElementStyle)
    In This Topic
    Gets whether the 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()
    See Also