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


In This Topic
    ButtonMaxPriv Property
    In This Topic
    Internal use only. Gets or sets the maximum button index.
    Syntax
    'Declaration
     
    
    Protected Overridable Property ButtonMaxPriv As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    instance.ButtonMaxPriv = value
     
    value = instance.ButtonMaxPriv
    protected virtual int ButtonMaxPriv {get; set;}
    See Also