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


ISimpleDataConverter.ParentWindowHandle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleDataConverter Interface > ISimpleDataConverter.ParentWindowHandle Property
ArcGIS Developer Help

ISimpleDataConverter.ParentWindowHandle Property

The parent hWnd.

[Visual Basic .NET]
Public WriteOnly Property ParentWindowHandle
[C#]
public void ParentWindowHandle {set;}
[C++]
HRESULT put_ParentWindowHandle(
  OLE_HANDLE 
);
[C++]
Parameters
 [in]

is a parameter of type OLE_HANDLE

Product Availability

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

See Also

ISimpleDataConverter Interface