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


In This Topic
    ButtonPriv Property (FpCombo)
    In This Topic
    Internal use only. Gets or sets the edit button.
    Syntax
    'Declaration
     
    
    Protected Overridable Property ButtonPriv As SEditButton
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As SEditButton
     
    instance.ButtonPriv = value
     
    value = instance.ButtonPriv
    protected virtual SEditButton ButtonPriv {get; set;}
    See Also