バージョン

GetDisplayStyle メソッド (EmbeddableEditorOwnerBase)

埋め込み要素で使用されるDisplayStyleを返します。
シンタックス
'宣言
 
Public Overridable Function GetDisplayStyle( _
   ByVal ownerContext As Object _
) As EmbeddableElementDisplayStyle
public virtual EmbeddableElementDisplayStyle GetDisplayStyle( 
   object ownerContext
)

パラメータ

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

戻り値の型

埋め込み要素で使用されるDisplayStyle
解説
デフォルトの実装は EmbeddableElementDisplayStyle.Standard を返します。
参照