Property IsShiftKeyDown
| Improve this Doc View SourceIsShiftKeyDown
Gets a value indicates whether is SHIFT key is pressed down when mouse is over this control.
Declaration
public bool IsShiftKeyDown { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if SHIFT key is pressed down when mouse is over this control, otherwise false. The default value is false. |