ComponentOne FinancialChart for WPF
Ctrl Property



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

Property Value

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

Reference

KeyboardUtil Class
KeyboardUtil Members