This document is archived and information here might be outdated. Recommended version. |
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*