| Package | mx.managers |
| Interface | public interface IToolTipManagerClient extends IFlexDisplayObject, IBitmapDrawable, IEventDispatcher |
| Implementors | UIComponent, UITextField |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | alpha : Number
The transparency of this object.
| IFlexDisplayObject | |
![]() | height : Number
The height of this object, in pixels.
| IFlexDisplayObject | |
![]() | mask : DisplayObject
The DisplayObject used to mask this object
so that only part of it is actually drawn.
| IFlexDisplayObject | |
![]() | measuredHeight : Number
The measured height of this object.
| IFlexDisplayObject | |
![]() | measuredWidth : Number
The measured width of this object.
| IFlexDisplayObject | |
![]() | name : String
The instance name of this object.
| IFlexDisplayObject | |
![]() | parent : DisplayObjectContainer
The parent of this object.
| IFlexDisplayObject | |
![]() | scaleX : Number
The horizontal scaling factor for this object.
| IFlexDisplayObject | |
![]() | scaleY : Number
The vertical scaling factor for this object.
| IFlexDisplayObject | |
| toolTip : String
The text of this component's tooltip.
| IToolTipManagerClient | ||
![]() | visible : Boolean
A flag that indicates whether this object is visible.
| IFlexDisplayObject | |
![]() | width : Number
The width of this object, in pixels.
| IFlexDisplayObject | |
![]() | x : Number
The horizontal position of this object relative to its parent,
in pixel coordinates.
| IFlexDisplayObject | |
![]() | y : Number
The vertical position of this object relative to its parent,
in pixel coordinates.
| IFlexDisplayObject | |
| toolTip | property |
toolTip:String [read-write]The text of this component's tooltip.
Implementation public function get toolTip():String
public function set toolTip(value:String):void
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/mx/managers/IToolTipManagerClient.html