Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonMargin Property


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