1-800-975-iCAD
9:00am to 5:00pm Pacific Time
dlg_mode_tile
dlg_mode_tile
int dlg_mode_tile (sds_hdlg handle, char *key, int mode);
Set the mode of the dialog box's tile.
This function sets the mode of the tile identified by key.
The handle argument is the name of the dialog box.
The key argument is the case-sensitive name of the tile.
The mode argument takes one of the following integers:
|
Mode
|
Name
|
Meaning
|
|
0
|
MODE_ENABLE
|
Enable tile.
|
|
1
|
MODE_DISABLE
|
Disable tile.
|
|
2
|
MODE_SETFOCUS
|
Set the focus to the tile.
|
|
3
|
MODE_SETSEL
|
Select the contents of an edit box.
|
|
4
|
MODE_FLIP
|
Change image highlighting between on and off.
|
This function returns RTNORM or an error code.
Tell me about...
dlg_get_attr
dlg_get_tile
Programming Overview of SDS (Solutions Development System)
|
|
|