System.Windows.Forms.ToolTip.ShowAlways Property

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

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool ShowAlways { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

With the ToolTip.ShowAlways property, you can display a ToolTip window even when the container of the System.Windows.Forms.ToolTip is not active. You can use this feature in a modeless window application to enable ToolTip windows to be displayed regardless of which modeless window is active. This feature is also useful when you want to create a control by using the System.Windows.Forms.UserControl, which contains a number of controls within it that display ToolTip windows. Because the System.Windows.Forms.UserControl is often not the active window on a form, setting this property to true enables the controls within the System.Windows.Forms.UserControl to display ToolTip windows at any time.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0