ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Structures Reference / AT_ARTX_EDIT_PARAMS
In This Topic
    AT_ARTX_EDIT_PARAMS
    In This Topic

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