Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


Packagemx.controls
Classpublic final class ButtonLabelPlacement
InheritanceButtonLabelPlacement Inheritance Object

The ButtonLabelPlacement class defines the constants for the allowed values of the labelPlacement property of a Button, CheckBox, LinkButton, or RadioButton control.

See also

mx.controls.Button
mx.controls.CheckBox
mx.controls.LinkButton
mx.controls.RadioButton


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined by
  BOTTOM : String = "bottom"
[static] Specifies that the label appears below the icon.
ButtonLabelPlacement
  LEFT : String = "left"
[static] Specifies that the label appears to the left of the icon.
ButtonLabelPlacement
  RIGHT : String = "right"
[static] Specifies that the label appears to the right of the icon.
ButtonLabelPlacement
  TOP : String = "top"
[static] Specifies that the label appears above the icon.
ButtonLabelPlacement
Constant detail
BOTTOMconstant
public static const BOTTOM:String = "bottom"

Specifies that the label appears below the icon.

LEFTconstant 
public static const LEFT:String = "left"

Specifies that the label appears to the left of the icon.

RIGHTconstant 
public static const RIGHT:String = "right"

Specifies that the label appears to the right of the icon.

TOPconstant 
public static const TOP:String = "top"

Specifies that the label appears above the icon.






collected by Jimbob 2007.05