Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ITitleBarModel interface describes the minimum set of properties
available to control that displays a title bar. More sophisticated controls
often have models that extend ITitleBarModel.
htmlTitle:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The title of the TitleBar as HTML.
Implementation public function get htmlTitle():String
public function set htmlTitle(value:String):void
showCloseButton:Boolean
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
true
if a close button
should also be in the title bar.
Implementation public function get showCloseButton():Boolean
public function set showCloseButton(value:Boolean):void
title:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The title of the TitleBar.
Implementation public function get title():String
public function set title(value:String):void
The Apache Software Foundation Fri Apr 18 2014, 11:02 PM -07:00