ImageGear for C and C++ on Windows v19.3 - Updated
AT_ARTX_EDIT_PARAMS
API Reference Guide > ArtX Component API Reference > ArtX Component Structures Reference > AT_ARTX_EDIT_PARAMS

This structure contains members that specify action edit parameters.

Declaration:

 
Copy Code
typedef struct tagAT_ARTX_EDIT_PARAMS
{
        HWND hEditCtrl;
} AT_ARTX_EDIT_PARAMS, *LPAT_ARTX_EDIT_PARAMS;

Members:

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().