This method is called to allow the class object to specify the text to be used in the edit pushbutton of the palette object's open view.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPPalette     *somSelf;   /*  Pointer to the WPPalette class object. */
PSZ              ppointer;  /*  Pointer to the edit pushbutton string. */

ppointer = _wpclsQueryEditString(somSelf);


[Back] [Next]