ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* ok
);
[C++]

Parameters

ok [out, retval]   ok is a parameter of type VARIANT_BOOL

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