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 System.Boolean
public System.bool ShowAlways {get; set;}
See Also