Parameter UI Control Types
 
 
 

If the optional p_ui tag is included in a parameter block descriptor, then it is followed by the user interface control specification. This tag is followed by a variable list of arguments depending on the type of UI control specified. The first value following the p_ui tag is a control type identifier, which defines the number and type arguments which must follow.

Note: If a p_ui is supplied for a Tab<> parameter type and the control is not one of the list box types (see List Box Control Types), the table size should be fixed and supplied as a table_size argument (preceding the flags argument), and you should supply a set of dialog item ID's for each element in the table. See the example in the topic Spinner and Slider Controls and the topic Describing a Parameter Block.

The control types are identified by the following ControlType and ControlType2 enumerations:

See Also