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


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