topical media & game development

talk show tell print

student-ar-fl-controls-ScrollBarDirection.ax

student-ar-fl-controls-ScrollBarDirection.ax [swf] flex


  // Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
  package fl.controls {
          
          
Defines the values for the <code>direction</code> property of the ScrollBar component.
see: ScrollBar#direction ScrollBar.direction @langversion 3.0 @playerversion Flash 9.0.28.0

  
          public class @ax-student-ar-fl-controls-ScrollBarDirection {
                  
Indicates that the ScrollBar component instance is used for vertical scrolling. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const VERTICAL:String = "vertical";
                  
Indicates that the ScrollBar component instance is used for horizontal scrolling. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const HORIZONTAL:String = "horizontal";
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.