Link Search Menu Expand Document

PulldownList Class


login image

This class displays the pull-down list.

The PulldownList class works in tandem with the PulldownItem class.

To set the data to be displayed as choices, the PulldownItem class or its derived class objects must be placed in the structure defined below the PulldownList object.

Object Structure

login image

Screen Display Example

https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/std/std11.files/image002.gif


In AI, selection candidates are displayed in full screen. Also, the Height property and DropdownWidth property are ignored.


Printer Output by Doc class

Not subject to printing.


Default properties and ValueType

The default property is Value . The ValueType specification is invalid.


Restrictions when visual style is enabled

◆ BgColor is disabled on Windows Vista and later OS due to OS restrictions.


Precautions when scaling

◆ The apparent height (height not pulled down) is not affected by Vertical Scale, but is affected by the font size change by Font Scale.

◆ The width of the pull-down button is specified by the OS and is not subject to scaling.


Table of contents