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)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_LayoutItem::Style Property}}
 
{{#customTitle:IUIX_LayoutItem::Style Property}}
{{#parentPage:PXV:IUIX_LayoutItem|property}}
+
{{#parentPage:PXV:IUIX_LayoutItem#Properties|Style|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: 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 ==
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