名前 | 解説 | |
---|---|---|
UpDownButtonClickEventArgs コンストラクタ | Initializes a new instance of the UpDownButtonClickEventArgs class. |
UpDownButtonClickEventArgsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
UpDownButtonClickEventArgs コンストラクタ | Initializes a new instance of the UpDownButtonClickEventArgs class. |
名前 | 解説 | |
---|---|---|
Delta | Set to 1 if Up button is pressed, to -1 if Down button is pressed. | |
Done | Set to true in the user's UpDownButtonClick event handler. No built-in processing is done. This allows the user to override the default behavior of the buttons. |