IUIX_CmdPane::BorderStyle Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdPane::BorderStyle Property}}
 
{{#customTitle:IUIX_CmdPane::BorderStyle Property}}
 +
{{#parentPage:PXV:IUIX_CmdPane#Properties|BorderStyle|property}}
 +
{{ToReview}}
  
Property '''BorderStyle''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns/sets  Value of LONG ...
+
Property '''BorderStyle''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns/sets  Value of LONG contains the command pane'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_CmdPane|IUIX_CmdPane]].
+
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]

Latest revision as of 03:24, 25 March 2016


Property BorderStyle of interface IUIX_CmdPane returns/sets Value of LONG contains the command pane's border style.

Syntax

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

See Also

IUIX_CmdPane