Package Win32::GUI::TabStrip
Constructor
Methods
ChangeItem(ITEM, %OPTIONS)
Change most of the options used when the item was created (see InsertItem()). Allowed %OPTIONS are:
-image
-text
Count() Returns the number of items in the TabStrip.
DeleteItem(ITEM) Removes the specified ITEM from the TabStrip.
GetString(ITEM) Returns the string associated with the specified ITEM in the TabStrip.
InsertItem(%OPTIONS) Adds an item to the TabStrip. Allowed %OPTIONS are:
Reset() Deletes all items from the TabStrip.
Select(INDEX) Selects the zero-based INDEX item in the TabStrip.
SelectedItem() Returns the zero-based index of the currently selected item.
-image => NUMBER
the index of an image from the associated ImageList
-index => NUMBER
the position for the new item (if not specified, the item
is added at the end of the control)
-text => STRING
the text that will appear on the item
Events
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 79:
You can't have =items (as at line 83) unless the first thing after the =over is an =item
- Around line 104:
You can't have =items (as at line 108) unless the first thing after the =over is an =item
- Around line 188:
You can't have =items (as at line 192) unless the first thing after the =over is an =item