Version

xamComboEditor - Property Reference

xamComboEditor Test Object Properties Reference

Introduction

This topic provides reference information about the inspectable test object properties of the xamComboEditor™ control.

The topic covers only the properties that are specific to this xamEditor. For information about the properties that are common to all the xamEditors, refer to to the following topic: xamEditors - Property Reference.

Properties reference chart

The table below summarizes the control’s test object properties and the tools with which you can inspect them.

Legend:

spy.png – Identification property (Visible in object spy)

checkpoint.png – Checkpoint property (Visible with checkpoints)

script.png – Accessible in script

Property name Description Accessibility

The Index of the item selected from the xamComboEditor ItemsSource.

spy.png

The item that is currently selected from the Items source.

spy.png

the currently selected text. If nothing is selected then it returns an empty string.

spy.png

The length of the currently selected text. If nothing is selected then it returns 0 .

spy.png

The starting location of the currently selected text. If no selection has been made, the location of the caret is returned.

spy.png

The length of the current text in the editor.

spy.png

(New) Returns the selected value of the XamComboEditor control.

spy.png
checkpoint.png
script.png

(New) Returns an array of the selected values of the XamComboEditor control.

spy.png
checkpoint.png
script.png