ActiveReports 18 .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;}
    See Also