バージョン

GetButtonStyle メソッド (UltraGridCellProxyOwnerInfo)

埋め込み要素のボタンで使用される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

戻り値の型

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