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


IStyleGalleryClass.EditProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryClass Interface > IStyleGalleryClass.EditProperties Method
ArcGIS Developer Help

IStyleGalleryClass.EditProperties Method

Edits the properties of a Style Gallery Item of the supported class.

[Visual Basic .NET]
Public Sub EditProperties ( _
    ByRef galleryItem As Object, _
    ByVal listener As IComPropertySheetEvents, _
    ByVal hWnd As Integer, _
    ByRef ok As Boolean _
)
[C#]
public void EditProperties (
    ref object galleryItem,
    ref IComPropertySheetEvents listener,
    ref int hWnd,
    ref bool ok
);
[C++]
HRESULT EditProperties(
  IUnknown Pointer* galleryItem,
  IComPropertySheetEvents* listener,
  OLE_HANDLE hWnd,
  Boolean* ok
);
[C++]
Parameters
galleryItem [in]

galleryItem is a parameter of type IUnknown* listener [in]
listener is a parameter of type IComPropertySheetEvents* hWnd [in]
hWnd is a parameter of type OLE_HANDLE ok [out]
ok is a parameter of type bool*

Product Availability

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

See Also

IStyleGalleryClass Interface