ImageGear Professional DLL v17.1 for Windows Accusoft
AT_ARTX_EDIT_PARAMS
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Structures Reference > AT_ARTX_EDIT_PARAMS

Glossary Item Box

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:

hEditCtrl 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().
©2012. Accusoft Corporation. All Rights Reserved.