バージョン

Initialize メソッド

シンタックス
'宣言
 
Public Overridable Sub Initialize( _
   ByVal owner As Infragistics.Win.EmbeddableEditorOwnerBase, _
   ByVal editor As Infragistics.Win.EmbeddableEditorBase, _
   ByVal ownerContext As Object, _
   ByVal includeEditElements As Boolean, _
   ByVal reserveSpaceForEditElements As Boolean, _
   ByVal drawOuterBorders As Boolean, _
   ByVal isToolTip As Boolean _
) 
public virtual void Initialize( 
   Infragistics.Win.EmbeddableEditorOwnerBase owner,
   Infragistics.Win.EmbeddableEditorBase editor,
   object ownerContext,
   bool includeEditElements,
   bool reserveSpaceForEditElements,
   bool drawOuterBorders,
   bool isToolTip
)

パラメータ

owner
editor
ownerContext
includeEditElements
reserveSpaceForEditElements
drawOuterBorders
isToolTip
参照