C++
BOOL Load( IUnknown* pUnk ) override;
Description
Loads the palette set data from the XML node passed. Override this method to load custom palette set information that you saved using the Save() method. Be sure to call the base class (CAdUiPaletteSet) implementation of this method before loading derived class saved data.
Returns true if the load was successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
pUnk | Input IUnknown of the XML DOM node from which to load the palette set |