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)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ColorPicker::CustomColor Property}}
 
{{#customTitle:IUIX_ColorPicker::CustomColor Property}}
{{#parentPage:PXV:IUIX_ColorPicker#Properties|CustomColor Property|property}}
+
{{#parentPage:PXV:IUIX_ColorPicker#Properties|CustomColor|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_CustomColor([in]          LONG      nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_CustomColor([in]          LONG      nIndex,
                         [out, retval]  IColor**  ppCustomColor);
+
                         [out, retval]  IColor**  pCustomColor);
 
</pre>
 
</pre>
  

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