バージョン

GetControl メソッド (UltraEditorProxyOwnerBase)

オーナーのコントロールを返します。
シンタックス
'宣言
 
Public Overrides Function GetControl( _
   ByVal ownerContext As Object _
) As Control
public override Control GetControl( 
   object ownerContext
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

オーナーのコントロール。これは、編集コントロールの親を変更する場合などに使用します。
参照