wpSelectCell - Syntax

This method is specific to version 3, or higher, of the OS/2 operating system.

This instance method is called to select a given cell from a palette object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPPalette     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
HWND           hwndPal;  /*  Palette window handle. */
PCELL          pCell;    /*  Cell pointer. */

wpSelectCell(somSelf, hwndPal, pCell);


[Back: wpSelectCell]
[Next: wpSelectCell Parameter - somSelf]