The SELCHANGE stucture contains information associated with an EN_SELCHANGE notification message. A rich edit control sends this notification to its parent window when the current selection changes.
typedef struct _selchange { NMHDR nmhdr; CHARRANGE chrg; WORD seltyp; } SELCHANGE;
Value |
Contents of the selection |
SEL_TEXT |
Text |
SEL_OBJECT |
At least one OLE object |
SEL_MULTICHAR |
More than one character of text |
SEL_MULTIOBJECT |
More than one OLE object |
file: /Techref/os/win/api/win32/struc/src/str16_24.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/13 22:43,
3.145.9.51:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/struc/src/str16_24.htm"> SELCHANGE</A> |
Did you find what you needed? |