IASPowerListBox::get_ItemBorder

This method retrieves whether or not the item has a border.

Syntax

HRESULT get_ItemBorder( BOOL *pfItemBorder );

Parameters

pfItemBorder
Pointer to a Boolean that is set to TRUE if the item has a border, or to FALSE if not.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.