Spread Windows Forms 12.0 Product Documentation
ResetForeColor Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : ResetForeColor Method
Resets the text color for the element to its default value.
Syntax
'Declaration
 
Public Overridable Sub ResetForeColor() 
'Usage
 
Dim instance As ElementWindowless
 
instance.ResetForeColor()
public virtual void ResetForeColor()
Remarks

Use this method to reset the ForeColor property to its default value.

To reset the BackColor property, use the ResetBackColor method.

See Also

Reference

ElementWindowless Class
ElementWindowless Members
BackColor Property
ForeColor Property
ResetBackColor Method