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


IProtectNameControls.ProtectOLE_HANDLE Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IProtectNameControls Interface > IProtectNameControls.ProtectOLE_HANDLE Method
ArcGIS Developer Help

IProtectNameControls.ProtectOLE_HANDLE Method

[Visual Basic .NET]
Public Sub ProtectOLE_HANDLE ( _
    ByVal aHandle As Integer _
)
[C#]
public void ProtectOLE_HANDLE (
    int aHandle
);
[C++]
HRESULT ProtectOLE_HANDLE(
  OLE_HANDLE aHandle
);
[C++]
Parameters
aHandle 

aHandle is a parameter of type OLE_HANDLE

Product Availability

Available with ArcGIS Engine.

See Also

IProtectNameControls Interface