ComponentOne FinancialChart for WPF
Shift Property



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

Property Value

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

Reference

KeyboardUtil Class
KeyboardUtil Members