Parameter
|
Description
|
'ListString'
|
Cell array of strings that specify the list box items.
|
'SelectionMode'
|
String indicating whether one or many items can be selected:'single' or 'multiple' (the default).
|
'ListSize'
|
List box size in pixels, specified as a two element vector, [width height] . Default is [160 300] .
|
'InitialValue'
|
Vector of indices of the list box items that are initially selected. Default is 1, the first item.
|
'Name'
|
String for the dialog box's title. Default is ''.
|
'PromptString'
|
String matrix or cell array of strings that appears as text above the list box. Default is {}.
|
'OKString'
|
String for the OK button. Default is 'OK' .
|
'CancelString'
|
String for the Cancel button. Default is 'Cancel '.
|
'uh'
|
Uicontrol button height, in pixels. Default is 18.
|
'fus'
|
Frame/uicontrol spacing, in pixels. Default is 8.
|
'ffs'
|
Frame/figure spacing, in pixels. Default is 8.
|