IXRComboBoxItem (Windows Embedded CE 6.0)
1/6/2010
This class represents a selectable item that is contained in a combo-box control.
Syntax
class IXRComboBoxItem : public IXRListBoxItem
Methods
This class provides no new methods. All its methods are inherited from IXRListBoxItem.
Remarks
An IXRComboBox object contains a collection of IXRComboBoxItems. In the graphical window, these items are displayed in the pop-up list that is a part of the combo-box control.
IXRComboBoxItem inherits from IXRContentControl. You can retrieve the content of this combo-box item by calling IXRContentControl::GetContent, and you can set the content of this combo-box item by calling IXRContentControl::SetContent.
An IXRComboBoxItem object should be a part of an item collection for a combo box. This collection is represented by an IXRItemCollection object. For more information about how to add a combo-box item to this collection, see IXRComboBox.
Inheritance Hierarchy
IXRComboBoxItem
.NET Framework Equivalent
System.Windows.Controls.ComboBoxItem
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |