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に有効な値について説明します。

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

適用対象