IUIX_InfoBtn Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_InfoBtn Interface}}
 
{{#customTitle:IUIX_InfoBtn Interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_InfoBtn|interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_InfoBtn|interface}}
 
  
 
'''IUIX_InfoBtn''' is an interface of UI ''info button'' object.
 
'''IUIX_InfoBtn''' is an interface of UI ''info button'' object.
Line 17: 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]]
 
|
 
 
|  
 
|  
 
|}
 
|}

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