Partager via


CAPEDIT Control

This control simplifies the process of entering long strings of characters by capitalizing the first letter of each word the user inputs into an edit control.

#define WC_CAPEDIT L"CAPEDIT"

Remarks

CAPEDIT is most often used in edit controls for entries such as names and addresses.

To use the CAPEDIT control, initialize the control with the SHInitExtraControls function. Then, declare the control class as WC_CAPEDIT in the CreateWindow or CreateWindowEx function.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib.

See Also

Edit Box Reference | SHInitExtraControls | CreateWindow | CreateWindowEx

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.