ComponentOne FinancialChart for WPF
Alt Property



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

Property Value

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

Reference

KeyboardUtil Class
KeyboardUtil Members