wpclsQueryEditString
Appearance
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.
Syntax
PSZ _wpclsQueryEditString(M_WPPalette *somSelf)
Parameters
- somSelf (M_WPPalette *) - input
- Pointer to the WPPalette class object.
Returns
- ppointer (PSZ) - returns
- Pointer to the edit pushbutton string.
Usage
This method can be called at any time in order to determine the text of the edit pushbutton.
How to Override
This method should be overridden in order to specify class-specific edit pushbutton text. The parent method is generally not called.