'宣言
Public Overrides Function GetButtonStyle( _
ByVal As Object, _
ByRef As Infragistics.Win.UIElementButtonStyle _
) As Boolean
public override bool GetButtonStyle(
object ,
out Infragistics.Win.UIElementButtonStyle
)
パラメータ
- ownerContext
- Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
- buttonStyle
- 組み込みエディター要素によって使用されるボタンスタイル。
戻り値の型
ボタン スタイルが解決される場合は True。そうでない場合は False。