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!

PropertyValueUIItem.ToolTip

The tooltip to display for this glyph.

[Visual Basic]
Overridable Public ReadOnly Property ToolTip As String
[C#]
public string ToolTip {virtual get;}
[C++]
public: __property virtual String* get_ToolTip();
[JScript]
public function get ToolTip() : String;

See Also

PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace