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


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