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!

ToolBarButton.ToolTipText

If the parent ToolBar has the ShowToolTips property turned on, then this property describes the text that will be displayed for this button

[Visual Basic]
Public Property ToolTipText As String
[C#]
public string ToolTipText {get; set;}
[C++]
public: __property String* get_ToolTipText();
public: __property void set_ToolTipText(String*);
[JScript]
public function get ToolTipText() : String;
public function set ToolTipText(String);

See Also

ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace