DM_SETSELECTION
Messages
|
DM_GETSELECTION
|
Dialog API
The
DM_SETSELECTION
is sent to dialog manager to select a block in dialog edit lines.
Param1
The ID of dialog item
Param2
Pointer to an
EditorSelect
structure.
Return
FALSE - the item is not an edit line.
TRUE - the text was selected.
Controls
Control
Description
DI_COMBOBOX
combined list
DI_EDIT
edit line
DI_FIXEDIT
fixed-size input field
DI_PSWEDIT
password input field
Remarks
Example
See also:
DialogEx
|
DM_GETSELECTION