Vcl.WinXCtrls.TCustomToggleSwitch.KeyUp
Delphi
procedure KeyUp(var Key: Word; Shift: TShiftState); override;
C++
DYNAMIC void __fastcall KeyUp(System::Word &Key, System::Classes::TShiftState Shift);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | TCustomToggleSwitch |
説明
キー押下げの終了に応答します。
Key が vk_Space の場合は、トグル スイッチの状態が変化します。