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


IOleFrame.EditProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOleFrame Interface > IOleFrame.EditProperties Method
ArcGIS Developer Help

IOleFrame.EditProperties Method

Show the properties dialog for the object.

[Visual Basic .NET]
Public Function EditProperties ( _
) As Boolean
[C#]
public bool EditProperties (
);
[C++]
HRESULT EditProperties(
void
);

Product Availability

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

Remarks

The EditProperties method is used to display the properties of the OLE object in a separate window.  Use this method when you want the user to see the properties of the object in the frame.

 

See Also

IOleFrame Interface