バージョン

GetEditorElement メソッド (ProgressBarEmbeddableOwner)

特定のオブジェクトに関連付けられた埋め込みUIElementを返します。何も使用できない場合はnullを返します。
シンタックス
'宣言
 
Public Overrides Function GetEditorElement( _
   ByVal ownerContext As Object _
) As EmbeddableUIElementBase
public override EmbeddableUIElementBase GetEditorElement( 
   object ownerContext
)

パラメータ

ownerContext
参照するオブジェクトを識別するコンテキスト。

戻り値の型

指定されたオーナーコンテキストを表す埋め込みUIElement。
参照