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


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