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


IComboBoxHook.Hook Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SystemUI)  

IComboBoxHook.Hook Property

Get Application hook.

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

Parameters app [out, retval] app is a parameter of type IDispatch*

Product Availability

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

Description

Returns the hook to the application.

See Also

IComboBoxHook Interface