IXRComboBox::GetIsEditable (Compact 2013)
3/28/2014
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 XAML 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 |