DLL
To create a PIC cell
-
Call the SSSetTypePic function and set the parameters as follows:
-
Set the Mask parameter to create the mask.
Use the following characters to specify what type of data the user can type into the mask:
Mask Character Characters Allowed X Any ASCII character 9 0–9, decimal A A–Z, a–z
plus any alphabetic character from larger character sets such as ANSI or UnicodeN A–Z, a–z, 0–9, decimal U A–Z L a–z H (Hexadecimal) 0–9, a–f, A–F - Set the Style parameter to specify the text alignment and orientation.
-
Set the Mask parameter to create the mask.
- Call the SSSetCellType or SSSetCellTypeRange function and set the CellType parameter to SS_TYPE_PIC.