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


IComboBox.OnEnter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.OnEnter Method
ArcGIS Developer Help

IComboBox.OnEnter Method

Called by system when an <enter> key is pressed in the edit box (if editable)

[Visual Basic .NET]
Public Sub OnEnter ( _
)
[C#]
public void OnEnter (
);
[C++]
HRESULT OnEnter(
void
);

Product Availability

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

See Also

IComboBox Interface