ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control |
IGArtCtl is the ActiveX control that you place in the user interface of your application, and which provides the main ImageGear ART Component functionality.
IIGComponent extends IDispatchEx
IGArtCtl extends IIGComponent
CreateArtPage Method | Creates an IGArtPage Object in preparation for creating ART marks. |
RtfToolbarClose Method | Closes the RTF toolbar if it is open. |
ToolBar Method | Causes the ART mark-creation toolbar to be displayed. |
ToolBarButtonCheck Method | Set the visual indicator for a toolbar button. |
ToolBarButtonEnable Method | Enable/disable a toolbar button. |
ToolBarButtonHide Method | Hide a toolbar button. |
ToolBarButtonText Method | Set the tooltip text for a toolbar button. |
ToolBarIsButtonChecked Method | Test to see if the visual indicator is set for a toolbar button. |
ToolBarIsButtonEnabled Method | Test to see if a toolbar button is enabled. |
ToolBarIsButtonHidden Method | Test to see if a toolbar button is hidden. |
ComponentInfo Property | Provides access to the IGComponentInfo object for IGArtCtl Control. The IGComponentInfo object identifies the particular version of IGArtCtl installed in the computer. |
ComponentInterface Property | Provides access to the IIGComponent interface for IGArtCtl Control. Used in IGCoreCtl Control.AssociateComponent call. |
hWndToolBar Property | Handle to the toolbar window. |
NotifyWindowTitle Property | Modifies the default title of ART GUI notification messages. |
RTFToolbarIsOpen Property | Indicates visibility of the RTF toolbar. |
CreateNotify Event | Called when a mark is created, after the user has dragged the mark rectangle. For marks that contain text, this is called before the text has been entered. |
DeleteNotify Event | Called when a mark is deleted. |
ModifyNotify Event | Called when a mark is modified. |
MouseNotify Event | Called when a mouse event (click, etc.) occurs in a mark. |
PostCreateNotify Event | Called when a mark is created. For marks that contain text, this is called when the user clicks the mouse button to signal that the text is complete. |
PreCreateNotify Event | Called when a mark is created, before the user begins to drag the mark rectangle.. |
PreModifyNotify Event | Called when the mark goes into text-edit mode. |
SelectNotify Event | Called when a mark is selected. |
ToolBarNotify Event | Called when the user clicks on a toolbar button. |