Wimark.Controls Class Library  

ToolTip.ShowAlways Property

Gets or sets a value indicating whether a ToolTip window is displayed even when its parent control is not active.

[Visual Basic]
Public Property ShowAlways As Boolean 
[C#]
public bool ShowAlways {get; set;}
[C++]
public: __property bool get_ShowAlways();
public: __property void set_ShowAlways(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolTip Class | ToolTip Members | Wimark.Controls Namespace