IPXV_Control::VisibleCmdPanes Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::VisibleCmdPanes Property}}
 
{{#customTitle:IPXV_Control::VisibleCmdPanes Property}}
{{#parentPage:PXV:IPXV_Control|property}}
+
{{#parentPage:PXV:IPXV_Control#Properties|VisibleCmdPanes|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''VisibleCmdPanes''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns/sets  Value of ULONG ...
+
The property to get current visibility of all command-panes or to show/hide of it.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_VisibleCmdPanes([out, retval] ULONG* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_VisibleCmdPanes([out, retval] ULONG* nVal);
HRESULT put_VisibleCmdPanes([in] ULONG pVal);
+
HRESULT put_VisibleCmdPanes([in] ULONG nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:51, 15 June 2015


The property to get current visibility of all command-panes or to show/hide of it.

Syntax

HRESULT get_VisibleCmdPanes([out, retval]  ULONG*  nVal);
HRESULT put_VisibleCmdPanes([in]  ULONG  nVal);

See Also

IPXV_Control