このメンバは Control.IsInputKey をオーバーライドします。
構文
'宣言
Protected Overrides Function IsInputKey ( _
keyData As Keys _
) As Boolean
'使用
Dim keyData As Keys
Dim returnValue As Boolean
returnValue = Me.IsInputKey(keyData)
protected override bool IsInputKey (
Keys keyData
)
protected:
virtual bool IsInputKey (
Keys keyData
) override
protected boolean IsInputKey (
Keys keyData
)
protected override function IsInputKey (
keyData : Keys
) : boolean
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
MonthCalendar クラス
MonthCalendar メンバ
System.Windows.Forms 名前空間