Table of Contents

ITMSFNCControlPickerItems Interface

Extends a hosted picker control with item selection and sizing support.

API unit family: TMSFNCControlPicker Extends: ITMSFNCControlPickerBase

Syntax

ITMSFNCControlPickerItems = interface(ITMSFNCControlPickerBase)

Methods

Name Description
PickerGetContent Returns the text shown by the collapsed picker. (inherited from ITMSFNCControlPickerBase)
PickerGetFirstSelectableItem Returns the first item that can be selected.
PickerGetItemCount Returns the total number of selectable items in the hosted control.
PickerGetItemHeight Returns the height used for one hosted item.
PickerGetItemWidth Returns the width used for one hosted item.
PickerGetLastSelectableItem Returns the last item that can be selected.
PickerGetNextSelectableItem Returns the next item that can be selected after the specified item.
PickerGetPreviousSelectableItem Returns the previous item that can be selected before the specified item.
PickerGetSelectedItem Returns the currently selected item index.
PickerGetVisibleItemCount Returns the number of items currently visible in the hosted control.
PickerSelectItem Selects the item at the specified zero-based index.
PickerSetItemHeight Sets the height used for one hosted item.
PickerSetItemWidth Sets the width used for one hosted item.