IOleObject.SetColorScheme Method

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

Syntax

‘선언
Sub SetColorScheme ( _
    pLogpal As LOGPALETTE() _
)
‘사용 방법
Dim instance As IOleObject
Dim pLogpal As LOGPALETTE()

instance.SetColorScheme(pLogpal)
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

IOleObject Members

Microsoft.VisualStudio.OLE.Interop Namespace