DropDown

Overview

Creates a pop-up button that shows a set of menu options when pressed.

Ancestors

  1. Control
  2. Container
 

Descendants

  1. None
 

See Also

  1. Menu

Constructors

Description

Creates a new DropDown control.

Definition

new DropDown()

Members

options
Description

Gets or sets the menu or options that the user can select from when the button is pressed.

Definition

Menu dropdown.options
pullsdown
Description

Gets or sets whether the menu should pull down below the button or pop over the button. The default is false.

Definition

boolean dropdown.pullsdown (default false)
value
Description

Gets or sets the shown title label on the button.

Definition

string dropdown.value