See Also

BaseChildControl Class  | BaseChildControl Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

ToolTip Property

Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : ToolTip Property

Gets or sets the text displayed when the mouse pointer hovers over the Web server control.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Overrides Public Property ToolTip As String
[C#]
[NotifyParentPropertyAttribute(true)] public override string ToolTip {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property string* get_ToolTip()override ; public: __property void set_ToolTip(    string* value )override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property String^ ToolTip override {    String^ get();    void set (String^ value); }

Return Type

The text displayed when the mouse pointer hovers over the Web server control. The default is String.Empty.

Remarks

Use the ToolTip property to specify the custom text that is displayed when the mouse pointer hovers over the Web server control.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.