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


In This Topic
    ButtonWrapPriv Property (SuperEditBase)
    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 SuperEditBase
    Dim value As Boolean
     
    instance.ButtonWrapPriv = value
     
    value = instance.ButtonWrapPriv
    protected virtual bool ButtonWrapPriv {get; set;}
    See Also