Gets or sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active.
Documentation for this section has not yet been entered.
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.