Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
Control プロパティ
Ctrl キーが押されるかどうかを示す値を取得します。
シンタックス
'宣言
Public ReadOnly Property Control As Boolean
public bool Control {get;}
プロパティ値
Ctrl キーが押される場合は
True
。そうでない場合は
False
。
参照