Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
This interface provides support for groups of properties displayed in the user interface.
description:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A localized description string suitable for display in the user interface.
Implementation public function get description():String
global:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns a value of true
if the controls for this context are always suitable
for display in the user interface. Returns false
if the controls for this context
should only be displayed when it is set as the current context.
Implementation public function get global():Boolean
See also
label:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A localized label string suitable for display in the user interface.
Implementation public function get label():String
name:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A unique string identifier for this IPropertyContext
.
This name serves as a unique identifier, and never changes.
Implementation public function get name():String
properties:Array
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The array of IProperty
objects relevant to this context.
Implementation public function get properties():Array
See also
Fri Apr 15 2011, 11:10 AM -07:00