InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / ShowAlways Property

In This Topic
    ShowAlways Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets a value indicating whether a C1SuperTooltipBase window is displayed even when its parent control is not active.
    Syntax
    'Declaration
     
    Public Property ShowAlways As Boolean
    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.

    See Also