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