IASPowerListBoxStringSpinner

This interface provides methods to manage a string spinner item.

Method
Description
IASPowerListBoxStringSpinner::get_Circular Retrieves whether or not the control wraps when it reaches the end of the list of strings.
IASPowerListBoxStringSpinner::get_FocusIndex Retrieves the index of the string with focus.
IASPowerListBoxStringSpinner::get_Items Gets the strings used by the string spinner.
IASPowerListBoxStringSpinner::get_Value Retrieves the string currently being displayed.
IASPowerListBoxStringSpinner::put_Circular Sets whether or not the control wraps when it reaches the end of the list of strings.
IASPowerListBoxStringSpinner::put_FocusIndex Sets the index of the string with focus.
IASPowerListBoxStringSpinner::put_Items Sets the strings used by the string spinner.
IASPowerListBoxStringSpinner::put_Value Sets the string currently being displayed.

Remarks

The IASPowerListboxStringSpinner interface, which has a global unique identifier (GUID) equal to IID_ASPOWERLISTBOXSTRINGSPINNER, extends the IASPowerListBox interface.