IASPowerListBox::put_ReadOnly

This method sets whether or not the power list box is read-only.

Syntax

HRESULT put_ReadOnly( BOOL fReadOnly );

Parameters

fReadOnly
Boolean that is set to TRUE if the power list box is read-only, or to FALSE if not.

Return Values

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