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


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