IUIX_CmdLine::BarSize 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_CmdLine::BarSize Property}}
 
{{#customTitle:IUIX_CmdLine::BarSize Property}}
 +
{{#parentPage:PXV:IUIX_CmdLine#Properties|BarSize|property}}
 +
{{ToReview}}
  
Property '''BarSize''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns/sets  Value of [[PXV:UIX_CmdBarSize|UIX_CmdBarSize]] ...
+
Property '''BarSize''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns/sets  Value of [[PXV:UIX_CmdBarSize|UIX_CmdBarSize]] containing the command bar's size type.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BarSize([out, retval] UIX_CmdBarSize* pSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BarSize([out, retval] UIX_CmdBarSize* nSize);
HRESULT put_BarSize([in] UIX_CmdBarSize pSize);
+
HRESULT put_BarSize([in] UIX_CmdBarSize nSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdLine|IUIX_CmdLine]].
+
[[PXV:IUIX_CmdLine|IUIX_CmdLine]]

Latest revision as of 02:28, 25 March 2016


Property BarSize of interface IUIX_CmdLine returns/sets Value of UIX_CmdBarSize containing the command bar's size type.

Syntax

HRESULT get_BarSize([out, retval]  UIX_CmdBarSize*  nSize);
HRESULT put_BarSize([in]  UIX_CmdBarSize  nSize);

See Also

IUIX_CmdLine