This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryClass2 Interface > IStyleGalleryClass2.EditProperties Method (ArcObjects .NET 10.4 SDK) |
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