ComponentOne TabStrip for ASP.NET AJAX: C1TabStrip Behavior > ToolTips

ToolTips

You can use the ToolTip property to create a user-friendly interface. ToolTips are graphic user interface elements that are used to provide users with information or instructions regarding elements of a user interface. When users hover over the interface element with their cursor, a box will appear with the additional information.

ToolTips can be applied to each tab of a C1TabStrip by setting the ToolTip property to a string. If you wanted to set a tooltip for the first tab of the control, you would use the following code:

      Visual Basic

Tab1.ToolTip = "Hello World!"

      C#

Tab1.ToolTip = "Hello World!";

You can also set the ToolTip property in Design view or in Source view. For more information on setting this property, see Displaying ToolTips for Tabs.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.