CalendarView for WinForms
SetTabStops メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > StringFormat クラス : SetTabStops メソッド
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.
Sets tab stops for this StringFormat object.
シンタックス
'宣言
 
Public Sub SetTabStops( _
   ByVal firstTabOffset As System.Integer, _
   ByVal tabStops() As System.Integer, _
   ByVal tabUnit As TabUnit _
) 
public void SetTabStops( 
   System.int firstTabOffset,
   System.int[] tabStops,
   TabUnit tabUnit
)

パラメータ

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.
参照

StringFormat クラス
StringFormat メンバ