ComponentOne TabControl for ASP.NET AJAX: C1TabControl 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 page of a C1TabControl control 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

TabPage1.ToolTip = "Hello World!"

      C#

TabPage1.ToolTip = "Hello World!";

You can also set the C1TabPage.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.