IUIX_Tooltip Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Tooltip Interface}}
 
{{#customTitle:IUIX_Tooltip Interface}}
 +
{{#parentPage:PXV:UIX_Interfaces|IUIX_Tooltip|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
Line 7: Line 11:
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_Tooltip_Activate|Activate]]
 
| [[PXV:IUIX_Tooltip_Activate|Activate]]
| ...
+
| [[PXV:IUIX_Tooltip_SetTrackInfo|SetTrackInfo]]
 +
| [[PXV:IUIX_Tooltip_SetTrackInfo2|SetTrackInfo2]]
 +
| [[PXV:IUIX_Tooltip_ShowPopup|ShowPopup]]
 
|-
 
|-
 
| [[PXV:IUIX_Tooltip_GetTrackInfo|GetTrackInfo]]
 
| [[PXV:IUIX_Tooltip_GetTrackInfo|GetTrackInfo]]
| ...
+
|  
|-
+
|  
| [[PXV:IUIX_Tooltip_SetTrackInfo|SetTrackInfo]]
+
|  
| ...
+
|-
+
| [[PXV:IUIX_Tooltip_ShowPopup|ShowPopup]]
+
| ...
+
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_Tooltip_Font|Font]]
 
| [[PXV:IUIX_Tooltip_Font|Font]]
| style="text-align: center" | R/W
+
| [[PXV:IUIX_Tooltip_HeaderLabel|HeaderLabel]]
| .
+
| [[PXV:IUIX_Tooltip_ImageSize|ImageSize]]
 +
| [[PXV:IUIX_Tooltip_Picture|Picture]]
 
|-
 
|-
 
| [[PXV:IUIX_Tooltip_FooterLabel|FooterLabel]]
 
| [[PXV:IUIX_Tooltip_FooterLabel|FooterLabel]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IUIX_Tooltip_FooterPicture|FooterPicture]]
 
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IUIX_Tooltip_HeaderLabel|HeaderLabel]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IUIX_Tooltip_Image|Image]]
 
| [[PXV:IUIX_Tooltip_Image|Image]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Tooltip_ImageSize|ImageSize]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Tooltip_Label|Label]]
 
| [[PXV:IUIX_Tooltip_Label|Label]]
| style="text-align: center" | R
+
| [[PXV:IUIX_Tooltip_Text|Text]]
| .
+
 
|-
 
|-
| [[PXV:IUIX_Tooltip_Picture|Picture]]
+
| [[PXV:IUIX_Tooltip_FooterPicture|FooterPicture]]
| style="text-align: center" | R
+
|  
| .
+
|  
|-
+
|  
| [[PXV:IUIX_Tooltip_Text|Text]]
+
| style="text-align: center" | R/W
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_ListCallbacks_List_OnBeforeShowTooltip|IUIX_ListCallbacks::List_OnBeforeShowTooltip]], [[PXV:IUIX_TreeCallbacks_Tree_OnBeforeShowTooltip|IUIX_TreeCallbacks::Tree_OnBeforeShowTooltip]]

Latest revision as of 10:27, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

IUIX_Tooltip extends IUIX_ObjImpl interface.

Methods

Activate SetTrackInfo SetTrackInfo2 ShowPopup
GetTrackInfo

Properties

Font HeaderLabel ImageSize Picture
FooterLabel Image Label Text
FooterPicture

See Also

IUIX_ListCallbacks::List_OnBeforeShowTooltip, IUIX_TreeCallbacks::Tree_OnBeforeShowTooltip