ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class / SetTabStops Method
The number of spaces between the beginning of a line of text and the first tab stop.
An array of distances (in number of spaces) between tab stops.
The unit of the tab stops and offset.

In This Topic
    SetTabStops Method
    In This Topic
    Sets tab stops for this StringFormat object.
    Syntax
    'Declaration
     
    
    Public Sub SetTabStops( _
       ByVal firstTabOffset As Integer, _
       ByVal tabStops() As Integer, _
       ByVal tabUnit As TabUnit _
    ) 
    public void SetTabStops( 
       int firstTabOffset,
       int[] tabStops,
       TabUnit tabUnit
    )

    Parameters

    firstTabOffset
    The number of spaces between the beginning of a line of text and the first tab stop.
    tabStops
    An array of distances (in number of spaces) between tab stops.
    tabUnit
    The unit of the tab stops and offset.
    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