Click or drag to resize

IOleObjectSetColorScheme Method

Sets the recommended color palette.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int SetColorScheme(
	tagLOGPALETTE pLogpal
)

Parameters

pLogpal  tagLOGPALETTE
The logical palette to associate with the object.

Return Value

Int32
The HRESULT returned by the COM method.
See Also