IOleObject.SetColorScheme(LOGPALETTE[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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