IUIX_CmdPane::BorderStyle Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 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|property | + | {{#parentPage:PXV:IUIX_CmdPane#Properties|BorderStyle|property}} |
− | + | ||
{{ToReview}} | {{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_BorderStyle([out, retval] LONG* nBorderStyle); |
− | HRESULT put_BorderStyle([in] LONG | + | HRESULT put_BorderStyle([in] LONG nBorderStyle); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdPane|IUIX_CmdPane]] |
Latest revision as of 02: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);