Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonMarginColor Property


In This Topic
    ButtonMarginColor Property (SuperEditBase)
    In This Topic
    Gets or sets the margin color between the button and the text in the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ButtonMarginColor As Color
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Color
     
    instance.ButtonMarginColor = value
     
    value = instance.ButtonMarginColor
    public virtual Color ButtonMarginColor {get; set;}
    See Also