'宣言
Protected Overrides Function CreateEmbeddableUIElement( _
ByVal As Infragistics.Win.UIElement, _
ByVal As Infragistics.Win.EmbeddableEditorOwnerBase, _
ByVal As Object, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Infragistics.Win.EditorWithTextAndDropDownUIElementBase
protected override Infragistics.Win.EditorWithTextAndDropDownUIElementBase CreateEmbeddableUIElement(
Infragistics.Win.UIElement ,
Infragistics.Win.EmbeddableEditorOwnerBase ,
object ,
bool ,
bool ,
bool ,
bool
)
パラメータ
- parentElement
- 親要素。
- owner
- EmbeddableEditorOwner インターフェイスに実装するオブジェクト。
- ownerContext
- 値を識別するためにオーナーによって使用されるコンテキスト情報。
- includeEditElements
- True の場合、関連要素を追加します (たとえば、スピンボタンのような編集要素)。
- reserveSpaceForEditElements
- True の場合、関連要素のスペースを予約します (スピンボタンのような要素を編集するなど)。
- drawOuterBorders
- True の場合、要素は外側の境界線を描画することが予測されます。
- isToolTip
- True の場合、要素はツールチップとして描画する必要があります。つまり、描画グラデーションではなく、BackColor として SystemColors.Info を使用します。
戻り値の型
指定したパラメーターに基づく新しい Infragistics.Win.EditorWithTextAndDropDownUIElementBase インスタンス。