InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ToolTipSettings Class / ShowAlways Property

In This Topic
    ShowAlways Property (ToolTipSettings)
    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 Boolean
    public bool ShowAlways {get; set;}
    See Also