バージョン

GetControl メソッド (UltraTrackBarOwnerInfo)

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

パラメータ

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

戻り値の型

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