Infragistics WinEditor™ controls provide support for a subset of Native Windows Messages.
The following table lists the messages supported by the WinEditor controls. In this table, the controls are categorized into a few basic categories: TextEditorControlBase, UltraWinEditorMaskedControlBase and UltraFormattedTextEditor. For the editor controls that fall under these specific categories, please see the Editor Controls Classification topic.
The EM_GETCHARFORMAT message has a large number of options. Either a CHARFORMAT structure or a CHARFORMAT2 structure can be passed in as the lParam to this message. There are several fields supported by the CHARFORMAT structure. CHARFORMAT2 includes all of the same fields as CHARFORMAT plus a few more. The following table provides a list of the CHARFORMAT and CHARFORMAT2 fields and whether they are supported by the UltraFormattedTextEditor control.
The dwEffects field is essentially a series of flags which indicate which effects are applied to the text. Some of the flags are only considered when using a CHARFORMAT2 structure.
Related Topics:
* This message always returns 0 as these controls do not support multiline text.
** This message always returns either 0 (for LineIndex 0 or -1) or -1 (for any other index) as these controls do not support multiline text.
*** This message always returns 1 as these controls do not support multiline text.