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


IComboBox.OnEnter Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SystemUI)  

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