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


IComboBox.OnFocus 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.OnFocus Method
ArcGIS Developer Help

IComboBox.OnFocus Method

Called by system when the gets or loses focus

[Visual Basic .NET]
Public Sub OnFocus ( _
    ByVal set As Boolean _
)
[C#]
public void OnFocus (
    bool set
);
[C++]
HRESULT OnFocus(
  VARIANT_BOOL set
);
[C++]
Parameters
set 

set is a parameter of type bool

Product Availability

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

See Also

IComboBox Interface