mx.controls
Class
ToolTip
class
ToolTip
extends mx.core.UIComponentThe ToolTip control lets you provide helpful information to your users. When a user moves their mouse over a graphical component, the ToolTip control pops up and displays text that provides information about the component. You can use tool tips to guide users as they work with your application or customize the tool tips to provide additional functionality.
See Also
mx.managers.DepthManager
mx.styles.CSSStyleDeclaration
| className:String
Name of this class. |
static | version:String
ComponentVersion is for internal use only. |
static | maxWidth:Number
Maximum width in pixels for new ToolTip controls. |
show | Broadcast when the component becomes visible. Target contains a reference to the component that triggered the event. Type contains the name of the event.
|
hide | Broadcast when an object`s state changes from visible to invisible. Target contains a reference to the component that triggered the event. Type contains the name of the event.
|
className
className:String
Name of this class.
maxWidth
static maxWidth:Number
Maximum width in pixels for new ToolTip controls.
version
static version:String
ComponentVersion is for internal use only.