1 implementation of GetColorSet
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
594
HRESULT IViewObject2.Interface.
GetColorSet
(
3 references to GetColorSet
System.Windows.Forms.Primitives (3)
Windows.Win32.IViewObject2.g.cs (1)
109
return __object.
GetColorSet
(dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet);
Windows.Win32.System_Ole_IViewObject2_Extensions.g.cs (2)
32
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.Interface.
GetColorSet
(winmdroot.System.Com.DVASPECT, int, void*, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.LOGPALETTE**)"/>
37
winmdroot.Foundation.HRESULT __result = @this.
GetColorSet
(dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSetLocal);