Namespace:
EGIS.Controls
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Protected Property ShiftKeyDown As Boolean Get Set |
C# |
---|
protected bool ShiftKeyDown { get; set; } |
Visual C++ |
---|
protected: property bool ShiftKeyDown { bool get (); void set (bool value); } |
JavaScript |
---|
function get_shiftKeyDown(); function set_shiftKeyDown(value); |