FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ResetBackColor Method


In This Topic
ResetBackColor Method (ElementContainerControl)
In This Topic
Resets the background color of the control to its default value.
Syntax
'Declaration
 
Public Overrides Sub ResetBackColor() 
 
'Usage
 
Dim instance As ElementContainerControl
 
instance.ResetBackColor()
See Also