IsInputKey Method (FpSlider)
Internal use only.
protected override bool IsInputKey(
Keys
)
'Declaration
Protected Overrides Function IsInputKey( _
ByVal As Keys _
) As Boolean
'Usage
Dim instance As FpSlider
Dim keyData As Keys
Dim value As Boolean
value = instance.IsInputKey(keyData)
Parameters
- keyData