IUIX_Theme::StdColor Property

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

Latest revision as of 04:39, 15 June 2015


Property StdColor of interface IUIX_Theme returns Value of LONG ...

Syntax

HRESULT get_StdColor([in]           UIX_StdColor  nIndex,
                     [out, retval]  LONG*         nColor);

Parameters

nIndex
[in] Value of UIX_StdColor.

See Also

IUIX_Theme