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 아래쪽 단추를 클릭 했습니다.

적용 대상