Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TabBase.setShowToolTips
Sets a boolean value indicating whether to display ToolTips for tabs that have ToolTip text associated with them.
Syntax
public final void setShowToolTips( boolean showToolTips )
Parameters
showToolTips
Set to true if ToolTips are displayed for tabs that have ToolTip text associated with them; otherwise, set to false. The default value is false.
Remarks
Use the setToolTipText method to set the ToolTip text for a tab.
See Also getShowToolTips