GrapeCity SPREAD for Windows Forms 11.0J
LiteralBoxInfo コンストラクタ(Boolean,Size,Color,Color,CharBoxStyle,Padding,Padding,CharBoxBorderInfo,Font,ContentAlignment,String)


コントロールに割り当てられたフォントが変更されたときにコントロールの高さが自動的に調整されるかどうかを示すbool値。
リテラルボックスのサイズを示すSystem.Drawing.Size
背景色を示すSystem.Drawing.Color
前景色を示すSystem.Drawing.Color
リテラルボックスのスタイルを示すCharBoxStyle
余白を示すSystem.Windows.Forms.Padding
パディングを示すSystem.Windows.Forms.Padding
リテラルボックスの境界線を示すCharBoxBorderInfo
リテラルボックスのテキストのフォントを示すSystem.Drawing.Font
リテラルボックスの内容の配置を示すSystem.Drawing.ContentAlignment値。
リテラルボックスのテキストを示すSystem.String値。
InputBoxInfoの新しいインスタンスを初期化します。
構文
'Declaration
 
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 CharBoxBorderInfo, _
   ByVal font As Font, _
   ByVal contentAlignment As ContentAlignment, _
   ByVal text As String _
)
'使用法
 
Dim autoSize As Boolean
Dim size As Size
Dim backColor As Color
Dim foreColor As Color
Dim style As CharBoxStyle
Dim margin As Padding
Dim padding As Padding
Dim border As CharBoxBorderInfo
Dim font As Font
Dim contentAlignment As ContentAlignment
Dim text As String
 
Dim instance As New LiteralBoxInfo(autoSize, size, backColor, foreColor, style, margin, padding, border, font, contentAlignment, text)

パラメータ

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
リテラルボックスの境界線を示すCharBoxBorderInfo
font
リテラルボックスのテキストのフォントを示すSystem.Drawing.Font
contentAlignment
リテラルボックスの内容の配置を示すSystem.Drawing.ContentAlignment値。
text
リテラルボックスのテキストを示すSystem.String値。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.