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


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