Share via


IXRComboBox::GetIsEditable (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether the user can edit text in the text-box part of this combo box. This method always returns false.

Syntax

virtual bool STDMETHODCALLTYPE GetIsEditable() = 0;

Parameters

None.

Return Value

Returns false.

Remarks

The combo box in Silverlight for Windows Embedded does not support editing; therefore, this method always returns false.

.NET Framework Equivalent

System.Windows.Controls.ComboBox.IsEditable

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRComboBox