Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / AcceptsTabProperty Field


In This Topic
    AcceptsTabProperty Field
    In This Topic
    Identifies the AcceptsTab dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly AcceptsTabProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcTextBox.AcceptsTabProperty
    public static readonly DependencyProperty AcceptsTabProperty

    Field Value

    The identifier for the AcceptsTab dependency property.
    See Also