ImageGear for C and C++ on Windows v19.9 - Updated
enumIGArtXGUIActionType
API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Enumerations Reference > enumIGArtXGUIActionType

This enumeration specifies ArtX GUI action types and is used with function IG_ARTX_action_type_get().

Values:

IG_ARTX_GUI_ACTION_NONE Specifies empty action. Should not be used and may indicate error state.
IG_ARTX_GUI_ACTION_SELECT GUI action is mark selection.
IG_ARTX_GUI_ACTION_CREATE GUI action is mark creation.
IG_ARTX_GUI_ACTION_MOVE GUI action is mark movement.
IG_ARTX_GUI_ACTION_RESIZE GUI action is mark resize.
IG_ARTX_GUI_ACTION_EDIT GUI action is mark edit.