ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Enumerations > enumIGGUIWinCtlErrors Enumeration |
IGGUIPaletteCtl Control , IGGUIPanCtl Control , and the IGGUIThumbnailCtl Control always use the COM Error object to indicate problems or failures in the course of processing. The enumIGGUIWinCtlErrors enumeration lists the various error Number values that might be returned.
There are different values available for each of these controls. Please be sure to refer to the proper sub-section of this enumeration. |
IG_GUIWINCTLERR_NOCORECTL | The value passed to SetParentImage Method() is not a valid IGCoreCtl Control. |
IG_GUIWINCTLERR_NODISPLAYCTL | The value passed to SetParentImage Method() is not a valid IGDisplayCtl Control. |
IG_GUIWINCTLERR_NOPAGEDISPLAY | The value passed to SetParentImage Method() is not a valid IGPageDisplay Object. |
IG_GUIWINCTLERR_NOPAGE | The IGPageDisplay Object passed to SetParentImage Method() is does not have a valid IGPage Object. |
IG_GUIWINCTLERR_NOCORECTL | The value passed to SetParentImage Method is not a valid IGCoreCtl Control. |
IG_GUIWINCTLERR_NODISPLAYCTL | The value passed to SetParentImage Method is not a valid IGDisplayCtl Control. |
IG_GUIWINCTLERR_NOPAGEDISPLAY | The value passed to SetParentImage Method is not a valid IGPageDisplay Object. |
IG_GUIWINCTLERR_PDCREATEFAILED | Internal error - Attempt to create an IGPageDisplay Object for internal use has failed. The IGDisplayCtl Control passed to SetParentImage Method is not operating correctly. |
IG_GUIWINCTLERR_GETDLGCTLFAILED | Internal error - A call to the Windows ATL GetDialogControl method has failed. Contact Accusoft Customer Support. |
IG_GUIWINCTLERR_DZGETOBJECTFAILED | Internal error - An attempt to access the IGDisplayLayout Object or IGZoomInfo object of an IGPageDisplay Object used internally by IGGUIPanCtl Control has failed. Contact Accusoft Customer Support. |
IG_GUIWINCTLERR_DZCHANGEFAILED | Internal error - An attempt to access a property of a IGDisplayLayout Object used internally by IGGUIPanCtl Control has failed. Contact Accusoft Customer Support. |
IG_GUIWINCTLERR_PDSETOBJECTFAILED | Internal error - An attempt to access the PageDisplay property of an IGPageViewCtl Control used internally by IGGUIPanCtl Control has failed. Contact Accusoft Customer Support. |
IG_GUIWINCTLERR_PVENABLEFAILED | Internal error - An attempt to access the Enabled property of an IGPageViewCtl Control used internally by IGGUIPanCtl Control has failed. Contact Accusoft Customer Support. |
IG_GUIWINCTLERR_NOCORECTL | The value passed to SetParentCtls Method is not a valid IGCoreCtl Control. |
IG_GUIWINCTLERR_NODISPLAYCTL | The value passed to SetParentCtls Method is not a valid IGDisplayCtl Control. |
IG_GUIWINCTLERR_NOFORMATSCTL | The value passed to SetParentCtls Method is not a valid IGFormatsCtl Control. |
IG_GUIWINCTLERR_NOSETPARENTCTLS | One or more of the objects passed to SetParentCtls Method is no longer valid. |