Share via


UpDownEventArgs(Int32) コンストラクター

定義

UpDownEventArgs クラスの新しいインスタンスを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 UpDownEventArgs(int buttonPushed);
public UpDownEventArgs (int buttonPushed);
new System.Windows.Forms.UpDownEventArgs : int -> System.Windows.Forms.UpDownEventArgs
Public Sub New (buttonPushed As Integer)

パラメーター

buttonPushed
Int32

UpDownBase コントロール上でクリックされたボタン。

注釈

の有効な buttonPushed値を次の表に示します。

説明
0 どちらのボタンもクリックされませんでした。
1 [上へ] ボタンがクリックされました。
2 下のボタンがクリックされました。

適用対象