ComponentOne Basic Library for WPF and Silverlight
Alt Property (KeyboardUtil)


C1.WPF Namespace > KeyboardUtil Class : Alt Property
Gets a value indicating whether alt key is pressed.
Syntax
'Declaration
 
Public Shared ReadOnly Property Alt As System.Boolean
'Usage
 
Dim value As System.Boolean
 
value = KeyboardUtil.Alt
public static System.bool Alt {get;}

Property Value

true if ctrl key is pressed; otherwise, false.
See Also

Reference

KeyboardUtil Class
KeyboardUtil Members