Photoshop Scripting Reference
  • Photoshop Scripting Documentation
    • Core
    • Photoshop
    • Scriptui
      • Classes
        • Bounds
        • Button
        • Checkbox
        • Dimension
        • DrawState
        • DropDownList
        • EditText
        • Environment
        • Event
        • Events
        • FlashPlayer
        • Group
        • IconButton
        • KeyboardState
        • LayoutManager
        • ListBox
        • ListItem
        • Panel
        • Point
        • Progressbar
        • RadioButton
        • ScriptUI
        • ScriptUIBrush
        • ScriptUIFont
        • ScriptUIGraphics
        • ScriptUIImage
        • ScriptUIPath
        • ScriptUIPen
        • Scrollbar
        • Slider
        • StaticText
        • TreeView
        • UIEvent
        • Window
        • Module Index
  • Extension SDK Documentation (CEP)
  • Photoshop Scripting Reseources
Photoshop Scripting Reference
  • Docs »
  • Photoshop Scripting Documentation »
  • Scriptui »
  • DropDownList »
  • DropDownList.items
  • View page source

DropDownList.items¶

ListItem items

Description¶

The array of choice items displayed in the drop-down or pop-up list.

Access this array with a 0-based index. To obtain the number of items in the list, use items.length.The objects are created when items are specified on creation of the parent list object, or afterward using the list control?s?add()?method. Items in a drop-down list can be of type separator, in which case they cannot be selected, and are shown as a horizontal line. Each item has a?selected?property that is true when it is in the selected state.

Next Previous

© Copyright 2018, Brett Dixon.

Built with Sphinx using a theme provided by Read the Docs.