Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / TabStop Property


In This Topic
    TabStop Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property TabStop As Boolean
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As Boolean
     
    instance.TabStop = value
     
    value = instance.TabStop
    public new bool TabStop {get; set;}
    See Also