ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class / GetTabStops Method
The number of spaces between the beginning of a text line and the first tab stop.
The unit of the tab stops and offset.

In This Topic
    GetTabStops Method
    In This Topic
    Gets the tab stops for this StringFormat object.
    Syntax
    'Declaration
     
    
    Public Function GetTabStops( _
       ByRef firstTabOffset As Integer, _
       ByRef tabUnit As TabUnit _
    ) As Integer()
    public int[] GetTabStops( 
       out int firstTabOffset,
       out TabUnit tabUnit
    )

    Parameters

    firstTabOffset
    The number of spaces between the beginning of a text line and the first tab stop.
    tabUnit
    The unit of the tab stops and offset.

    Return Value

    An array of distances (in number of spaces) between tab stops.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also