NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolTip.Active

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);

Property Value

true if the control is currently active; otherwise, false. The default is true.

See Also

ToolTip Class | ToolTip Members | System.WinForms Namespace