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


IFinder.InitializeControl Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFinder Interface > IFinder.InitializeControl Method
ArcGIS Developer Help

IFinder.InitializeControl Method

Called to initialize control.

[Visual Basic .NET]
Public Sub InitializeControl ( _
    ByVal pApplication As AppRef, _
    ByVal pFindEventsCallBack As IFindPanelEvents _
)
[C#]
public void InitializeControl (
    AppRef pApplication,
    IFindPanelEvents pFindEventsCallBack
);

Product Availability

Available with ArcGIS Desktop.

Description

Called on when the Find dialog is loaded the first time.

See Also

IFinder Interface