ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ToolTipSettings Class / ShowAlways Property

In This Topic
    ShowAlways Property
    In This Topic
    Gets or sets a value indicating whether a tooltip window is displayed even when its parent control is not active.
    Syntax
    'Declaration
     
    Public Property ShowAlways As System.Boolean
    public System.bool ShowAlways {get; set;}
    See Also