IUIX_ComboButton Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ComboButton Interface}}
 
{{#customTitle:IUIX_ComboButton Interface}}
 +
{{#parentPage:PXV:UIX_Interfaces|IUIX_ComboButton|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
 
 +
'''IUIX_ComboButton''' is an interface of ''combo button'' UI object, that is displayed as a button with a downwards arrow in its center.
  
 
IUIX_ComboButton extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
 
IUIX_ComboButton extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
  
 
== 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_ComboButton_NotifyTarget|NotifyTarget]]
 
| [[PXV:IUIX_ComboButton_NotifyTarget|NotifyTarget]]
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_ComboButton_Pressed|Pressed]]
 
| [[PXV:IUIX_ComboButton_Pressed|Pressed]]
| style="text-align: center" | R/W
+
|  
| .
+
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_Inst_CreateComboBtn|IUIX_Inst::CreateComboBtn]]

Latest revision as of 14:58, 15 June 2015


IUIX_ComboButton is an interface of combo button UI object, that is displayed as a button with a downwards arrow in its center.

IUIX_ComboButton extends IUIX_ObjImpl interface.

Properties

NotifyTarget Pressed

See Also

IUIX_Inst::CreateComboBtn