CalendarView for WinForms
GetTabStops メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > StringFormat クラス : GetTabStops メソッド
The number of spaces between the beginning of a text line and the first tab stop.
The unit of the tab stops and offset.
Gets the tab stops for this StringFormat object.
シンタックス
'宣言
 
Public Function GetTabStops( _
   ByRef firstTabOffset As System.Integer, _
   ByRef tabUnit As TabUnit _
) As System.Integer()
public System.int[] GetTabStops( 
   out System.int firstTabOffset,
   out TabUnit tabUnit
)

パラメータ

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.

戻り値の型

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

StringFormat クラス
StringFormat メンバ