ArcObjects Library Reference (ArcMapUI)  

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