TreeView for WinForms
Initialize メソッド (IEmbeddedEditor)

C1.Win.6 アセンブリ > C1.Win 名前空間 > IEmbeddedEditor インターフェース : Initialize メソッド
エディタに表示するデータ。
エディタの外観と動作をカスタマイズするための辞書。 サポートされるキー:
AcceptEscape System.Boolean
AcceptReturn System.Boolean
AcceptTab System.Boolean
DataType System.Type
Format System.String
HorizontalAlignment System.Windows.Forms.HorizontalAlignment
Margins System.Windows.Forms.Padding または System.Drawing.Printing.Margins
MaxLength System.Int32
ReadOnly System.Boolean
VerticalAlignment System.Windows.Forms.VisualStyles.VerticalAlignment
WordWrap System.Boolean
エディタのコンテンツとスタイルを初期化します。
シンタックス
'宣言
 
Sub Initialize( _
   ByVal value As System.Object, _
   ByVal attrs As System.Collections.IDictionary _
) 
void Initialize( 
   System.object value,
   System.Collections.IDictionary attrs
)

パラメータ

value
エディタに表示するデータ。
attrs
エディタの外観と動作をカスタマイズするための辞書。 サポートされるキー:
AcceptEscape System.Boolean
AcceptReturn System.Boolean
AcceptTab System.Boolean
DataType System.Type
Format System.String
HorizontalAlignment System.Windows.Forms.HorizontalAlignment
Margins System.Windows.Forms.Padding または System.Drawing.Printing.Margins
MaxLength System.Int32
ReadOnly System.Boolean
VerticalAlignment System.Windows.Forms.VisualStyles.VerticalAlignment
WordWrap System.Boolean
参照

IEmbeddedEditor インターフェース
IEmbeddedEditor メンバ