IUIX_InfoBtn Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_InfoBtn Interface}}
 
{{#customTitle:IUIX_InfoBtn Interface}}
 +
{{#parentPage:PXV:UIX_Interfaces|IUIX_InfoBtn|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
'''IUIX_InfoBtn''' is an interface of UI ''info button'' object.
 +
 
 +
Info button can be specified with [[PXV:UIX_InfoBtnStyleFlags|UIX_InfoBtnStyleFlags]] parameters when being created.
  
 
IUIX_InfoBtn extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
 
IUIX_InfoBtn extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
  
 
== 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_InfoBtn_BindToBuddyCtl|BindToBuddyCtl]]
 
| [[PXV:IUIX_InfoBtn_BindToBuddyCtl|BindToBuddyCtl]]
| ...
 
|-
 
 
| [[PXV:IUIX_InfoBtn_FitToIdealSize|FitToIdealSize]]
 
| [[PXV:IUIX_InfoBtn_FitToIdealSize|FitToIdealSize]]
| ...
 
|-
 
 
| [[PXV:IUIX_InfoBtn_GetIdealSize|GetIdealSize]]
 
| [[PXV:IUIX_InfoBtn_GetIdealSize|GetIdealSize]]
| ...
+
| [[PXV:IUIX_InfoBtn_ShowPopup|ShowPopup]]
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
 
|-
 
|-
! style="text-align: left" scope="col" width="15%" | Property
+
| [[PXV:IUIX_InfoBtn_BuddyCtl|BuddyCtl]]
! style="text-align: center" scope="col" width="5%" | Access Type
+
| [[PXV:IUIX_InfoBtn_Icon|Icon]]
! style="text-align: left" scope="col"  class="unsortable" | Description
+
| [[PXV:IUIX_InfoBtn_NotifyTarget|NotifyTarget]]
 +
| [[PXV:IUIX_InfoBtn_Tooltip|Tooltip]]
 
|-
 
|-
 
| [[PXV:IUIX_InfoBtn_DrawTextFlags|DrawTextFlags]]
 
| [[PXV:IUIX_InfoBtn_DrawTextFlags|DrawTextFlags]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_InfoBtn_Icon|Icon]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_InfoBtn_IconScaleType|IconScaleType]]
 
| [[PXV:IUIX_InfoBtn_IconScaleType|IconScaleType]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_InfoBtn_NotifyTarget|NotifyTarget]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_InfoBtn_Text|Text]]
 
| [[PXV:IUIX_InfoBtn_Text|Text]]
| style="text-align: center" | R/W
+
|  
| .
+
|-
+
| [[PXV:IUIX_InfoBtn_Tooltip|Tooltip]]
+
| style="text-align: center" | R/W
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_Inst_CreateInfoBtn|IUIX_Inst::CreateInfoBtn]]

Latest revision as of 04:30, 20 February 2017

IUIX_InfoBtn is an interface of UI info button object.

Info button can be specified with UIX_InfoBtnStyleFlags parameters when being created.

IUIX_InfoBtn extends IUIX_ObjImpl interface.

Methods

BindToBuddyCtl FitToIdealSize GetIdealSize ShowPopup

Properties

BuddyCtl Icon NotifyTarget Tooltip
DrawTextFlags IconScaleType Text

See Also

IUIX_Inst::CreateInfoBtn