バージョン

GetButtonStyle メソッド (CalendarComboEmbeddableOwner)

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

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
buttonStyle
埋め込み要素のボタンで使用されるButtonStyle
解説
デフォルトの実装は false を返し、buttonStyle は UIElementButtonStyle.Default に設定されます。
参照