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


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