Package Win32::GUI::ComboboxEx
Constructor
new Win32::GUI::ComboboxEx(PARENT, %OPTIONS)
Creates a new ComboboxEx object; can also be called as PARENT->AddComboboxEx(%OPTIONS). Class specific %OPTIONS are:
-imagelist => Win32::GUI::ImageList object
Except for images, a ComboboxEx object acts like a Win32::GUI::Combobox object. See also new Win32::GUI::Combobox().
Methods
Events
Change()
Sent when the user selects an item from the Combobox
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 55:
You can't have =items (as at line 59) unless the first thing after the =over is an =item
- Around line 76:
You can't have =items (as at line 80) unless the first thing after the =over is an =item
- Around line 98:
You can't have =items (as at line 102) unless the first thing after the =over is an =item