GrapeCity CalendarGrid for Windows Forms 3.0J
LiteralBox コンストラクタ(Boolean,Size,Color,Color,CharBoxStyle,Padding,Padding,CharBoxBorder,Font,ContentAlignment,String)

フォントが変更されるとき、マス目の幅と高さを自動的に調整するかどうかを示す bool 値。
マス目の大きさを表す System.Drawing.Size 値。
背景色を表す System.Drawing.Color 値。
文字色を表す System.Drawing.Color 値。
マス目のスタイルを表す CharBoxStyle 列挙体。
マス目外部の余白を表す System.Windows.Forms.Padding 値。
マス目内部の余白を表す System.Windows.Forms.Padding 値。
マス目の境界線の設定を表す CharBoxBorder オブジェクト。
マス目に表示する文字のフォントを表す System.Drawing.Font オブジェクト。
マス目に表示する文字の配置を表す System.Drawing.ContentAlignment 列挙体。
リテラル文字列を表す System.String 値。
初期値を指定して LiteralBox クラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal autoSize As Boolean, _
   ByVal size As Size, _
   ByVal backColor As Color, _
   ByVal foreColor As Color, _
   ByVal style As CharBoxStyle, _
   ByVal margin As Padding, _
   ByVal padding As Padding, _
   ByVal border As CharBoxBorder, _
   ByVal font As Font, _
   ByVal contentAlignment As ContentAlignment, _
   ByVal text As String _
)

パラメータ

autoSize
フォントが変更されるとき、マス目の幅と高さを自動的に調整するかどうかを示す bool 値。
size
マス目の大きさを表す System.Drawing.Size 値。
backColor
背景色を表す System.Drawing.Color 値。
foreColor
文字色を表す System.Drawing.Color 値。
style
マス目のスタイルを表す CharBoxStyle 列挙体。
margin
マス目外部の余白を表す System.Windows.Forms.Padding 値。
padding
マス目内部の余白を表す System.Windows.Forms.Padding 値。
border
マス目の境界線の設定を表す CharBoxBorder オブジェクト。
font
マス目に表示する文字のフォントを表す System.Drawing.Font オブジェクト。
contentAlignment
マス目に表示する文字の配置を表す System.Drawing.ContentAlignment 列挙体。
text
リテラル文字列を表す System.String 値。
参照

参照

LiteralBox クラス
LiteralBox メンバ
オーバーロード一覧

 

 


c 2008 GrapeCity inc. All rights reserved.