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


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