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


In This Topic
    ButtonWrap Property (SuperEditBase)
    In This Topic
    Gets or sets whether the button index wraps when it reaches the value specified by the ButtonMin and ButtonMax properties.
    Syntax
    'Declaration
     
    
    Public Overridable Property ButtonWrap As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    instance.ButtonWrap = value
     
    value = instance.ButtonWrap
    public virtual bool ButtonWrap {get; set;}
    See Also