Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / ChangeOnFocus Property


In This Topic
    ChangeOnFocus Property (SliderCellType)
    In This Topic
    Gets or sets whether the slider moves with the initial click.
    Syntax
    'Declaration
     
    
    Public Property ChangeOnFocus As Boolean
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Boolean
     
    instance.ChangeOnFocus = value
     
    value = instance.ChangeOnFocus
    public bool ChangeOnFocus {get; set;}
    See Also