This structure contains members that specify action edit parameters.
Copy Code
|
|
---|---|
typedef struct tagAT_ARTX_EDIT_PARAMS
{
HWND hEditCtrl;
} AT_ARTX_EDIT_PARAMS, *LPAT_ARTX_EDIT_PARAMS;
|
Name | Type | Description |
---|---|---|
hEditCtrl | HWND | Handle to the edit control. Typically, this is the handle to a control created for editing text or rich text annotations. See IG_ARTX_action_begin_edit(). |