Share via


IOleObject.SetColorScheme Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub SetColorScheme ( _
    pLogpal As LOGPALETTE() _
)
void SetColorScheme(
    LOGPALETTE[] pLogpal
)
void SetColorScheme(
    [InAttribute] array<LOGPALETTE>^ pLogpal
)
abstract SetColorScheme : 
        pLogpal:LOGPALETTE[] -> unit 
function SetColorScheme(
    pLogpal : LOGPALETTE[]
)

Parameters

Remarks

For information on the COM interface, see IOleObject::SetColorScheme

.NET Framework Security

See Also

Reference

IOleObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace