| Package | mx.core |
| Interface | public interface IToolTip extends IUIComponent, IFlexDisplayObject, IBitmapDrawable, IEventDispatcher |
| Implementors | ToolTip |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | alpha : Number
The transparency of this object.
| IFlexDisplayObject | |
![]() | baselinePosition : Number
Determines the baseline y-coordinate
of the first line of text of the component.
| IUIComponent | |
![]() | cacheAsBitmap : Boolean
If set to
true, Flash Player caches an internal
bitmap representation of the object. | IUIComponent | |
![]() | document : Object
A reference to the document object associated with this component.
| IUIComponent | |
![]() | enabled : Boolean
Whether the component can accept user interaction.
| IUIComponent | |
![]() | explicitHeight : Number
The explicitly specified height for the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | explicitMaxHeight : Number
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | explicitMaxWidth : Number
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | explicitMinHeight : Number
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | explicitMinWidth : Number
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | explicitWidth : Number
The explicitly specified width for the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | focusPane : Sprite
A single Sprite object that is shared among components
and used as an overlay for drawing focus.
| IUIComponent | |
![]() | height : Number
The height of this object, in pixels.
| IFlexDisplayObject | |
![]() | includeInLayout : Boolean
Specifies whether this component is included in the layout of the
parent container.
| IUIComponent | |
![]() | isPopUp : Boolean
Set to
true by the PopUpManager to indicate
that component has been popped up. | IUIComponent | |
![]() | mask : DisplayObject
The DisplayObject used to mask this object
so that only part of it is actually drawn.
| IFlexDisplayObject | |
![]() | maxHeight : Number
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | maxWidth : Number
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | measuredHeight : Number
The measured height of this object.
| IFlexDisplayObject | |
![]() | measuredMinHeight : Number
The default minimum height of the component, in pixels.
| IUIComponent | |
![]() | measuredMinWidth : Number
The default minimum width of the component, in pixels.
| IUIComponent | |
![]() | measuredWidth : Number
The measured width of this object.
| IFlexDisplayObject | |
![]() | minHeight : Number
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | minWidth : Number
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates.
| IUIComponent | |
![]() | name : String
The instance name of this object.
| IFlexDisplayObject | |
![]() | opaqueBackground : Object
Specifies whether the display object is opaque with a certain
background color.
| IUIComponent | |
![]() | owner : DisplayObjectContainer
Your owner is usually your parent, however
If you are a popup subcomponent, your owner will be
the component that popped you up.
| IUIComponent | |
![]() | parent : DisplayObjectContainer
The parent of this object.
| IFlexDisplayObject | |
![]() | percentHeight : Number
Number that specifies the height of a component as a
percentage of its parent's size.
| IUIComponent | |
![]() | percentWidth : Number
Number that specifies the width of a component as a
percentage of its parent's size.
| IUIComponent | |
![]() | scaleX : Number
The horizontal scaling factor for this object.
| IFlexDisplayObject | |
![]() | scaleY : Number
The vertical scaling factor for this object.
| IFlexDisplayObject | |
| screen : Rectangle
[read-only]
A Rectangle that specifies the size and position
of the base drawing surface for this tooltip.
| IToolTip | ||
![]() | scrollRect : Rectangle
The scroll rectangle bounds of the surface of the component.
| IUIComponent | |
![]() | systemManager : ISystemManager
A reference to the SystemManager object for this component.
| IUIComponent | |
| text : String
The text that appears in the tooltip.
| IToolTip | ||
![]() | tweeningProperties : Array
Used by EffectManager.
| IUIComponent | |
![]() | 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 | |
| screen | property |
screen:Rectangle [read-only]A Rectangle that specifies the size and position of the base drawing surface for this tooltip.
Implementation public function get screen():Rectangle
| text | property |
text:String [read-write]The text that appears in the tooltip.
Implementation public function get text():String
public function set text(value:String):void