Ribbon for WinForms
Initialize メソッド (IEmbeddedEditor)

C1.Win.8 アセンブリ > C1.Win 名前空間 > IEmbeddedEditor インターフェース : Initialize メソッド
The data that should be displayed in the editor.
The dictionary for customizing the appearance and behavior of the editor. Supported keys:
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 or System.Drawing.Printing.Margins
MaxLength System.Int32
ReadOnly System.Boolean
VerticalAlignment System.Windows.Forms.VisualStyles.VerticalAlignment
WordWrap System.Boolean
Initializes the editor content and styles.
シンタックス
'宣言
 
Sub Initialize( _
   ByVal value As Object, _
   ByVal attrs As IDictionary _
) 
void Initialize( 
   object value,
   IDictionary attrs
)

パラメータ

value
The data that should be displayed in the editor.
attrs
The dictionary for customizing the appearance and behavior of the editor. Supported keys:
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 or System.Drawing.Printing.Margins
MaxLength System.Int32
ReadOnly System.Boolean
VerticalAlignment System.Windows.Forms.VisualStyles.VerticalAlignment
WordWrap System.Boolean
参照

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