IASPowerListBoxEdit

This interface provides methods to manage a power list box edit item.

Method
Description
IASPowerListBoxEdit::get_MaxChars Retrieves the maximum number of characters allowed for edit item.
IASPowerListBoxEdit::get_CharSet Retrieves a string of valid characters.
IASPowerListBoxEdit::get_Text Retrieves the text in the edit control.
IASPowerListBoxEdit::put_MaxChars Sets the maximum number of characters allowed for the edit item.
IASPowerListBoxEdit::put_CharSet Sets a string of valid characters.
IASPowerListBoxEdit::put_Text Sets the text in the edit item.

Remarks

The IASPowerListBoxEdit interface, which has a global unique identifier (GUID) equal to IID_ASPOWERLISTBOXEDIT, extends the IASControl interface.