バージョン

GetButtonStyle メソッド (EmbeddableEditorOwnerBase)

埋め込み要素のボタンで使用されるButtonStyleを返します。
シンタックス
'宣言
 
Public Overridable Function GetButtonStyle( _
   ByVal ownerContext As Object, _
   ByRef buttonStyle As UIElementButtonStyle _
) As Boolean
public virtual bool GetButtonStyle( 
   object ownerContext,
   out UIElementButtonStyle buttonStyle
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
buttonStyle
埋め込み要素のボタンで使用されるButtonStyle

戻り値の型

非デフォルト値が返される場合は True。
解説
デフォルトの実装は false を返し、buttonStyle は UIElementButtonStyle.Default に設定されます。
参照