Discuss this help topic in SecureBlackbox Forum
Returns option's activity status.
Declaration
[VB.NET]
Property Active As Boolean
[Pascal]
property Active : boolean;
[C++]
bool get_Active();
void set_Active(bool Value);
[PHP]
bool get_Active()
void set_Active(bool $Value)
Description
Use this property to check or switch the option's activity status.
Discuss this help topic in SecureBlackbox Forum