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.selection
  • View page source

DropDownList.selection¶

ListItem selection

Description¶

The currently selected list item.

Setting this value causes the selected item to be highlighted and to be scrolled into view if necessary. If no items are selected, the value is null. Set to null to deselect all items.You can set the value using the index of an item, rather than an object reference. If set to an index value that is out of range, the operation is ignored. When set with an index value, the property still returns an object reference.

Next Previous

© Copyright 2018, Brett Dixon.

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