Sets or gets activity state of the designer
Namespace:
Greatis.FormDesigner
Assembly:
Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Active As Boolean |
| C# |
|---|
public bool Active { get; set; } |
| Visual C++ |
|---|
public:
property bool Active {
bool get ();
void set (bool value);
} |
| JavaScript |
|---|
function get_active();
function set_active(value); |
See Also