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