Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / AcceptsTab Property


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