IUIX_ColorPicker::CustomColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ColorPicker::CustomColor Property}}
 
{{#customTitle:IUIX_ColorPicker::CustomColor Property}}
{{#parentPage:PXV:IUIX_ColorPicker|property}}
+
{{#parentPage:PXV:IUIX_ColorPicker#Properties|CustomColor|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CustomColor([in] LONG nIndex, [out, retval] IColor** ppCustomColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CustomColor([in]           LONG     nIndex,
 +
                        [out, retval] IColor** pCustomColor);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_ColorPicker|IUIX_ColorPicker]].
+
[[PXV:IUIX_ColorPicker|IUIX_ColorPicker]]

Latest revision as of 04:16, 15 June 2015


Property CustomColor of interface IUIX_ColorPicker returns Pointer to IColor ...

Syntax

HRESULT get_CustomColor([in]           LONG      nIndex,
                        [out, retval]  IColor**  pCustomColor);

Parameters

nIndex
[in] Value of LONG.

See Also

IUIX_ColorPicker