バージョン

GetButtonStyle メソッド (UltraEditorProxyOwnerBase)

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

パラメータ

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

戻り値の型

非デフォルト値が返される場合は True。
参照