Spread Windows Forms 12.0 Product Documentation
ResetBackColor Method (ElementWindowless)


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

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

To reset the ForeColor property, use the ResetForeColor method.

See Also

Reference

ElementWindowless Class
ElementWindowless Members
BackColor Property
ForeColor Property
ResetForeColor Method