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


IStyleGalleryClass.EditProperties Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  LPUNKNOWN* galleryItem,
  IComPropertySheetEvents* listener,
  long hWnd,
  VARIANT_BOOL* ok
);
[C++]

Parameters galleryItem [in] galleryItem is a parameter of type LPUNKNOWN listener [in]
listener is a parameter of type IComPropertySheetEvents hWnd [in] hWnd is a parameter of type long ok [out] ok is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStyleGalleryClass Interface