[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways

ShowAlways Property

ShowAlways

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

Declaration
public bool ShowAlways { get; set; }
Remarks

This property enables you to display a C1SuperTooltip window even when the container of the tooltip is not active.

You can use this feature in a modeless window application to enable C1SuperTooltip windows to be displayed regardless of which modeless window is active. This feature is also useful when creating a control using the UserControl that contains a number of controls that display tooltips. Since the UserControl is often not the active window on a form, setting this property to true enables the controls within the UserControl to display C1SuperTooltipBase windows at any time.