Spread Windows Forms 12.0 Product Documentation
ResetButtonMarginColor Method


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : ResetButtonMarginColor Method
Resets the margin color between the button and the text in the edit control to its default color.
Syntax
'Declaration
 
Public Overridable Sub ResetButtonMarginColor() 
'Usage
 
Dim instance As SuperEditBase
 
instance.ResetButtonMarginColor()
public virtual void ResetButtonMarginColor()
Remarks

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

See Also

Reference

SuperEditBase Class
SuperEditBase Members
ButtonMarginColor Property