PackageGui
Classpublic class GuiCombobox
InheritanceGuiCombobox Inheritance fl.controls.ComboBox



Public Properties
 PropertyDefined by
  channel : SoundChannel
[static]
GuiCombobox
  clickSound : Sound
[static]
GuiCombobox
  rolloverSound : Sound
[static]
GuiCombobox
Public Methods
 MethodDefined by
  
GuiCombobox(xPos:Number, yPos:Number, w:Number, h:Number)
GuiCombobox
  
bDown(e:MouseEvent):void
GuiCombobox
  
bUp(e:MouseEvent):void
GuiCombobox
  
comboboxBase():BitmapAsset
[static]
GuiCombobox
  
comboboxClick():BitmapAsset
[static]
GuiCombobox
  
comboboxRoll():BitmapAsset
[static]
GuiCombobox
Property detail
channelproperty
public static var channel:SoundChannel
clickSoundproperty 
public static var clickSound:Sound
rolloverSoundproperty 
public static var rolloverSound:Sound
Constructor detail
GuiCombobox()constructor
public function GuiCombobox(xPos:Number, yPos:Number, w:Number, h:Number)Parameters
xPos:Number
 
yPos:Number
 
w:Number
 
h:Number
Method detail
bDown()method
public function bDown(e:MouseEvent):voidParameters
e:MouseEvent
bUp()method 
public function bUp(e:MouseEvent):voidParameters
e:MouseEvent
comboboxBase()method 
public static function comboboxBase():BitmapAsset

Returns
BitmapAsset
comboboxClick()method 
public static function comboboxClick():BitmapAsset

Returns
BitmapAsset
comboboxRoll()method 
public static function comboboxRoll():BitmapAsset

Returns
BitmapAsset