IUIX_InfoBtn Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 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|IUIX_InfoBtn Interface|interface}}
+
{{#parentPage:PXV:UIX_Interfaces|IUIX_InfoBtn|interface}}
{{ToWrite}}
+
{{ToReview}}
+
  
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.
Line 15: Line 16:
 
| [[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 ==
 
{| class="wikitable properties"
 
{| class="wikitable properties"
 +
|-
 +
| [[PXV:IUIX_InfoBtn_BuddyCtl|BuddyCtl]]
 +
| [[PXV:IUIX_InfoBtn_Icon|Icon]]
 +
| [[PXV:IUIX_InfoBtn_NotifyTarget|NotifyTarget]]
 +
| [[PXV:IUIX_InfoBtn_Tooltip|Tooltip]]
 
|-
 
|-
 
| [[PXV:IUIX_InfoBtn_DrawTextFlags|DrawTextFlags]]
 
| [[PXV:IUIX_InfoBtn_DrawTextFlags|DrawTextFlags]]
 
| [[PXV:IUIX_InfoBtn_IconScaleType|IconScaleType]]
 
| [[PXV:IUIX_InfoBtn_IconScaleType|IconScaleType]]
 
| [[PXV:IUIX_InfoBtn_Text|Text]]
 
| [[PXV:IUIX_InfoBtn_Text|Text]]
| [[PXV:IUIX_InfoBtn_Tooltip|Tooltip]]
 
|-
 
| [[PXV:IUIX_InfoBtn_Icon|Icon]]
 
| [[PXV:IUIX_InfoBtn_NotifyTarget|NotifyTarget]]
 
|
 
 
|  
 
|  
 
|}
 
|}
 +
 +
== 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