IASPowerListBox::put_ItemBorder

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

Syntax

HRESULT put_ItemBorder( BOOL fItemBorder );

Parameters

fItemBorder
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.