Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ResetForeColor Method


In This Topic
    ResetForeColor Method (BannerShape)
    In This Topic
    Resets the text color for the element to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As BannerShape
     
    instance.ResetForeColor()
    public virtual void ResetForeColor()
    See Also