IUIX_LayoutItem::Style Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_LayoutItem::Style Property}}
 
{{#customTitle:IUIX_LayoutItem::Style Property}}
{{#parentPage:PXV:IUIX_LayoutItem|Style Property|property}}
+
{{#parentPage:PXV:IUIX_LayoutItem#Properties|Style|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  LONG*  pStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  LONG*  nStyle);
HRESULT put_Style([in]  LONG  pStyle);
+
HRESULT put_Style([in]  LONG  nStyle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_LayoutItem|IUIX_LayoutItem]].
+
[[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]

Latest revision as of 04:27, 15 June 2015


Property Style of interface IUIX_LayoutItem returns/sets Value of LONG ...

Syntax

HRESULT get_Style([out, retval]  LONG*  nStyle);
HRESULT put_Style([in]  LONG  nStyle);

See Also

IUIX_LayoutItem