ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputFieldWithTabIndex Interface / TabIndex Property

In This Topic
    TabIndex Property (IInputFieldWithTabIndex)
    In This Topic
    Gets the tab index of the input field.
    Syntax
    'Declaration
     
    ReadOnly Property TabIndex As Integer
    int TabIndex {get;}

    Property Value

    The tab index of the input field as an System.Int32.
    See Also