TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip 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
     
    
    <DefaultValueAttribute(False)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("ST.ShowAlways", "Gets or sets a value indicating whether a C1SuperTooltip window is displayed even when its parent control is not active.")>
    Public Property ShowAlways As Boolean
    [DefaultValue(false)]
    [C1Category("Behavior")]
    [C1Description("ST.ShowAlways", "Gets or sets a value indicating whether a C1SuperTooltip window is displayed even when its parent control is not active.")]
    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