Packagecom.adobe.xmp.components
Classpublic class XMPFormItem
InheritanceXMPFormItem Inheritance mx.containers.FormItem

Immediate container for related XMP components. Must be contained within in XMPForm or layout container such as XMPHBox.



Public Properties
 PropertyDefined by
  label : String
[write-only] Sets the label, first translating the value if it is a ZString.
XMPFormItem
  labelTooltip : String
Sets or retrives the tooltip text for the item.
XMPFormItem
Property detail
labelproperty
label:String  [write-only]

Sets the label, first translating the value if it is a ZString.

Implementation
    public function set label(value:String):void
labelTooltipproperty 
labelTooltip:String  [read-write]

Sets or retrives the tooltip text for the item. Text is localizable using a ZString.

Implementation
    public function get labelTooltip():String
    public function set labelTooltip(value:String):void