バージョン

GetButtonStyle メソッド (DateTimeEditorOwner)

組み込みエディター要素のボタンによって使用されるボタンスタイルを返します。
シンタックス
'宣言
 
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
組み込みエディター要素によって使用されるボタンスタイル。

戻り値の型

ボタン スタイルが解決される場合は True。そうでない場合は False。
参照