ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ITextBox Interface / TabStops Property

In This Topic
    TabStops Property (ITextBox)
    In This Topic
    Gets the tab stops.
    Syntax
    'Declaration
     
    ReadOnly Property TabStops As IItemCollection(Of TabStop)
    IItemCollection<TabStop> TabStops {get;}

    Property Value

    An IItemCollection<T> representing the tab stops in the textbox.
    See Also