IUIX_CmdPane::Side Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdPane::Side Property}}
 
{{#customTitle:IUIX_CmdPane::Side Property}}
{{#parentPage:PXV:IUIX_CmdPane#Properties|Side Property|property}}
+
{{#parentPage:PXV:IUIX_CmdPane#Properties|Side|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Side''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns  Value of LONG ...
+
Property '''Side''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns  Value of LONG containing the [[PXV:UIX_CmdPaneSides|side]] where the command pane is situated.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Side([out, retval]  LONG*  pSide);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Side([out, retval]  LONG*  nSide);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]
 
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]

Latest revision as of 03:29, 25 March 2016


Property Side of interface IUIX_CmdPane returns Value of LONG containing the side where the command pane is situated.

Syntax

HRESULT get_Side([out, retval]  LONG*  nSide);

See Also

IUIX_CmdPane