IUIX_CmdBar::Size Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::Size Property}}
 
{{#customTitle:IUIX_CmdBar::Size Property}}
{{#parentPage:PXV:IUIX_CmdBar#Properties|Size Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|Size|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Size''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Value of [[PXV:UIX_CmdBarSize|UIX_CmdBarSize]] ...
+
Property '''Size''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Value of [[PXV:UIX_CmdBarSize|UIX_CmdBarSize]] containing the command bar size type.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval]  UIX_CmdBarSize*  pSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval]  UIX_CmdBarSize*  nSize);
HRESULT put_Size([in]  UIX_CmdBarSize  pSize);
+
HRESULT put_Size([in]  UIX_CmdBarSize  nSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:47, 25 March 2016


Property Size of interface IUIX_CmdBar returns/sets Value of UIX_CmdBarSize containing the command bar size type.

Syntax

HRESULT get_Size([out, retval]  UIX_CmdBarSize*  nSize);
HRESULT put_Size([in]  UIX_CmdBarSize  nSize);

See Also

IUIX_CmdBar