Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ResetButtonMarginColor Method


In This Topic
    ResetButtonMarginColor Method
    In This Topic
    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()
    See Also