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


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