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


IComboBoxHook.Hook Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBoxHook Interface > IComboBoxHook.Hook Property
ArcGIS Developer Help

IComboBoxHook.Hook Property

Get Application hook.

[Visual Basic .NET]
Public ReadOnly Property Hook As Object
[C#]
public object Hook {get;}
[C++]
HRESULT get_Hook(
void
);

Product Availability

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

Description

Returns the hook to the application.

See Also

IComboBoxHook Interface