intrinsic class mx.central.controls.MScrollBar extends MovieClip {
|
function getEnabled (Void):Boolean;
|
function getScrollPosition (Void):Number;
|
function getStyle (Void):String;
|
function setChangeHandler (functionName:String, location:Object):Void;
|
function setEnabled (enabled:Boolean):Void;
|
function setHorizontal (horizontalScroll:Boolean):Void;
|
function setLargeScroll (largeScroll:Number):Void;
|
function setScrollContent (target:String):Void;
|
function setScrollPosition (position:Number):Void;
|
function setScrollProperties (pageSize:Number, minPos:Number, maxPos:Number):Void;
|
function setScrollTarget (target:String):Void;
|
function setSize (length:Number):Void;
|
function setSmallScroll (smallScroll:Number):Void;
|
function setStyle (size:String):Void;
|
}
|