IUIX_ColorPicker 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_ColorPicker Interface}}
 
{{#customTitle:IUIX_ColorPicker Interface}}
 +
{{#parentPage:PXV:UIX_Interfaces|IUIX_ColorPicker|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_ColorPicker_AddCustomColor|AddCustomColor]]
 
| [[PXV:IUIX_ColorPicker_AddCustomColor|AddCustomColor]]
| ...
+
| [[PXV:IUIX_ColorPicker_HidePopup|HidePopup]]
 +
| [[PXV:IUIX_ColorPicker_ShowMoreColorsDlg2|ShowMoreColorsDlg2]]
 +
| [[PXV:IUIX_ColorPicker_ShowPopup|ShowPopup]]
 
|-
 
|-
 
| [[PXV:IUIX_ColorPicker_ClearCustomColors|ClearCustomColors]]
 
| [[PXV:IUIX_ColorPicker_ClearCustomColors|ClearCustomColors]]
| ...
 
|-
 
| [[PXV:IUIX_ColorPicker_HidePopup|HidePopup]]
 
| ...
 
|-
 
 
| [[PXV:IUIX_ColorPicker_ShowMoreColorsDlg|ShowMoreColorsDlg]]
 
| [[PXV:IUIX_ColorPicker_ShowMoreColorsDlg|ShowMoreColorsDlg]]
| ...
+
|  
|-
+
|  
| [[PXV:IUIX_ColorPicker_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_ColorPicker_Color|Color]]
 
| [[PXV:IUIX_ColorPicker_Color|Color]]
| style="text-align: center" | R/W
+
| [[PXV:IUIX_ColorPicker_CustomColorsCount|CustomColorsCount]]
| .
+
| [[PXV:IUIX_ColorPicker_Font|Font]]
 +
| [[PXV:IUIX_ColorPicker_NotifyTarget|NotifyTarget]]
 
|-
 
|-
 
| [[PXV:IUIX_ColorPicker_CustomColor|CustomColor]]
 
| [[PXV:IUIX_ColorPicker_CustomColor|CustomColor]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IUIX_ColorPicker_CustomColorsCount|CustomColorsCount]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IUIX_ColorPicker_DefaultColor|DefaultColor]]
 
| [[PXV:IUIX_ColorPicker_DefaultColor|DefaultColor]]
| style="text-align: center" | R/W
+
|  
| .
+
|  
|-
+
| [[PXV:IUIX_ColorPicker_Font|Font]]
+
| style="text-align: center" | R/W
+
| .
+
|-
+
| [[PXV:IUIX_ColorPicker_NotifyTarget|NotifyTarget]]
+
| style="text-align: center" | R/W
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_Inst_CreateColorPicker|IUIX_Inst::CreateColorPicker]], [[PXV:IUIX_Button_ColorPicker|IUIX_Button::ColorPicker]], [[PXV:IUIX_CmdColorBtn_ColorPicker|IUIX_CmdColorBtn::ColorPicker]]

Latest revision as of 09:47, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

IUIX_ColorPicker extends IUIX_ObjImpl interface.

Methods

AddCustomColor HidePopup ShowMoreColorsDlg2 ShowPopup
ClearCustomColors ShowMoreColorsDlg

Properties

Color CustomColorsCount Font NotifyTarget
CustomColor DefaultColor

See Also

IUIX_Inst::CreateColorPicker, IUIX_Button::ColorPicker, IUIX_CmdColorBtn::ColorPicker