CGXMaskControl::CGXMaskControl
CGXMaskControl(CGXGridCore* pGrid, UINT nID, CRuntimeClass* pDataClass = RUNTIME_CLASS(CGXMaskData));
pGrid
Pointer to the parent grid.
nID
Specifies the edit control’s window ID.
pDataClass
Runtime class information for the attached CGXMaskData. Change this attribute if you have subclassed CGXMaskData. See the CGXMaskData class for more information on customizing the mask control.
Remarks
Constructs a CGXMaskControl object.
See Also
CGXGridCore::RegisterControl CGXMaskData