バージョン

SetEditorContext メソッド (UltraGridComboEditorOwner)

渡されたownerContextのエディターコンテキストを設定します。
シンタックス
'宣言
 
Public Overrides Sub SetEditorContext( _
   ByVal ownerContext As Object, _
   ByVal editorContext As Object _
) 
public override void SetEditorContext( 
   object ownerContext,
   object editorContext
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
editorContext
解説

と SetEditorContext を使用すると、オブジェクトをオーナー コンテキスト単位でキャッシュできます。

実装元のオーナーは、SetEditorContextメソッドを使用して最後にキャッシュされたオブジェクトを返します。

参照