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


In This Topic
    IsForeColorSet Method (NamedStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function IsForeColorSet() As Boolean
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Boolean
     
    value = instance.IsForeColorSet()
    public override bool IsForeColorSet()
    See Also