ImageGear Professional DLL v18.1 for Windows
AT_ARTX_EDIT_PARAMS
Send Feedback
ImageGear Professional v18.1 > 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:

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