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 单击“向下”按钮。

适用于