SetRegistryKey 

Syntax:             BOOL SetRegistryKey (LPCTSTR lpszKey);

Return Value:    TRUE.

Parameter:

                        lpszKey      Pointer to a string representing the name of the registry key dedicated to store page setup information.

Remarks:

Call this method to specify the name of a registry key which contains page setup information for  ELS-QB component.

Note: by default (i.e if SetRegistryKey function is not used yet) ELS-QB component contains an empty string as a key to store page setup information.

Example:

For the Sample of SetRegistryKey () usage see the  Example of   DoPageSetup ()