Gets or sets a value indicating whether the ToolTip control is currently active.
[Visual Basic] Public Property Active As Boolean [C#] public bool Active {get; set;} [C++] public: __property bool get_Active(); public: __property void set_Active(bool); [JScript] public function get Active() : Boolean; public function set Active(Boolean);
true if the control is currently active; otherwise, false. The default is true.