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