Package | ardisia.themes.stockholm.skins |
Class | public class HScrollBarSkin |
Inheritance | HScrollBarSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
decrementButton : Button | HScrollBarSkin | ||
incrementButton : Button | HScrollBarSkin | ||
thumb : Button | HScrollBarSkin | ||
track : Button | HScrollBarSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | HScrollBarSkin |
decrementButton | property |
public var decrementButton:Button
This property can be used as the source for data binding.
incrementButton | property |
public var incrementButton:Button
This property can be used as the source for data binding.
thumb | property |
public var thumb:Button
This property can be used as the source for data binding.
track | property |
public var track:Button
This property can be used as the source for data binding.
HScrollBarSkin | () | Constructor |
public function HScrollBarSkin()
Constructor.