IUIX_CmdBar::BorderStyle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::BorderStyle Property}}
 
{{#customTitle:IUIX_CmdBar::BorderStyle Property}}
{{#parentPage:PXV:IUIX_CmdBar|BorderStyle Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|BorderStyle|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''BorderStyle''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Value of LONG ...
+
Property '''BorderStyle''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Value of LONG containing the command bar's [[PXV:UIX_BorderStyle|border style]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BorderStyle([out, retval]  LONG*  pBorderStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BorderStyle([out, retval]  LONG*  nBorderStyle);
HRESULT put_BorderStyle([in]  LONG  pBorderStyle);
+
HRESULT put_BorderStyle([in]  LONG  nBorderStyle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:17, 25 March 2016


Property BorderStyle of interface IUIX_CmdBar returns/sets Value of LONG containing the command bar's border style.

Syntax

HRESULT get_BorderStyle([out, retval]  LONG*  nBorderStyle);
HRESULT put_BorderStyle([in]  LONG  nBorderStyle);

See Also

IUIX_CmdBar