IOleObject.SetColorScheme(LOGPALETTE[]) Method

Definition

public:
 void SetColorScheme(cli::array <Microsoft::VisualStudio::OLE::Interop::LOGPALETTE> ^ pLogpal);
void SetColorScheme(std::Array <Microsoft::VisualStudio::OLE::Interop::LOGPALETTE> const & pLogpal);
public void SetColorScheme (Microsoft.VisualStudio.OLE.Interop.LOGPALETTE[] pLogpal);
abstract member SetColorScheme : Microsoft.VisualStudio.OLE.Interop.LOGPALETTE[] -> unit
Public Sub SetColorScheme (pLogpal As LOGPALETTE())

Parameters

pLogpal
LOGPALETTE[]

Remarks

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

Applies to