NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolTip.ShowAlways

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);

Property Value

true if the window is always be displayed; otherwise, false. The default is false.

See Also

ToolTip Class | ToolTip Members | System.WinForms Namespace