Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |