Share

CAdUiPalette::Load

C++

virtual BOOL Load(
    IUnknown* pUnk
);

Description

Loads the palette data from the XML node pUnk. Override this method to load custom palette information that you saved using the Save() method. Be sure to call the base class (CAdUiPalette) implementation of this method before loading saved data from the derived class.

This function returns true if the data was successfully loaded; otherwise, it returns false.

Parameters

Parameters Description
pUnk Input IUnknown of the XML DOM node from which to load the palette

Links

CAdUiPalette

Was this information helpful?