IUIX_CmdBar::BorderStyle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdBar::BorderStyle Property}}
 
{{#customTitle:IUIX_CmdBar::BorderStyle Property}}
 
{{#parentPage:PXV:IUIX_CmdBar#Properties|BorderStyle|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 ==

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