| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > ActionBeginEdit Method |
Creates GUI action object of type Mark Edit. This action object helps to change a text of specified text annotation.
ActionBeginEdit(pIParams As IGArtXDrawParams, pIMarkAttr As
IIGArtXMark) As IGArtXActionEditParams
| Name | Description |
|---|---|
| pIParams | Parameters required for action drawing. |
| pIMarkAttr | Annotation to edit. |
Returns handle of the edit control return value: IGArtXActionEditParams Object containing created Action object and edit control handle.
N/A