FarPoint.Win
ResetButtonMarginColor Method
See Also 
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

Visual Basic (Declaration) 
Public Overridable Sub ResetButtonMarginColor() 
Visual Basic (Usage)Copy Code
Dim instance As SuperEditBase
 
instance.ResetButtonMarginColor()
C# 
public virtual void ResetButtonMarginColor()

Remarks

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

See Also