This document is archived and information here might be outdated.  Recommended version.


IComboBox.Editable Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SystemUI)  

IComboBox.Editable Property

Is the combo box editable?.

[Visual Basic .NET]
Public ReadOnly Property Editable As Boolean
[C#]
public bool Editable {get;}
[C++]
HRESULT get_Editable(
  Boolean* Editable
);
[C++]

Parameters Editable [out, retval]
Editable is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IComboBox Interface