TrackBar.IsInputKey 方法
此成员重写 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