This interface is used to manage the items that have been added to a power list box.
Method |
Description |
IASPowerListBoxItem::get_Caption | Retrieves the caption associated with a particular item. |
IASPowerListBoxItem::get_ItemData | Gets the data associated with the item. |
IASPowerListBoxItem::get_ItemId | Retrieves the identifier of the item. |
IASPowerListBoxItem::get_StatusItemsMask | Gets the mask used to specify which status items can be displayed. |
IASPowerListBoxItem::get_Type | Retrieves the item type. |
IASPowerListBoxItem::put_Caption | Sets the item caption. |
IASPowerListBoxItem::put_ItemData | Sets the data associated with the item. |
IASPowerListBoxItem::put_ItemId | Sets the identifier of the item. |
IASPowerListBoxItem::put_StatusItemsMask | Sets the mask used to specify which status items can be displayed. |
The IASPowerListBoxItem interface, which has a global unique identifier (GUID) equal to IID_ASPOWERLISTBOXITEM, extends the IDispatch interface.