Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ButtonMaxPriv Property


In This Topic
    ButtonMaxPriv Property (FpCombo)
    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 FpCombo
    Dim value As Integer
     
    instance.ButtonMaxPriv = value
     
    value = instance.ButtonMaxPriv
    protected virtual int ButtonMaxPriv {get; set;}
    See Also