Activates and deactivates WinEvent hook.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.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