Gets or sets a value indicating whether the ToolTip appears even when its parent control is not active.
[Visual Basic] Public Property ShowAlways As Boolean [C#] public bool ShowAlways {get; set;} [C++] public: __property bool get_ShowAlways(); public: __property void set_ShowAlways(bool); [JScript] public function get ShowAlways() : Boolean; public function set ShowAlways(Boolean);
true if the window is always be displayed; otherwise, false. The default is false.