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