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