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


In This Topic
    ButtonWidth Property (SuperEditBase)
    In This Topic
    Gets or sets the width of the button in the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ButtonWidth As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    instance.ButtonWidth = value
     
    value = instance.ButtonWidth
    public virtual int ButtonWidth {get; set;}
    See Also