IPXV_Control::VisibleCmdPanes Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_VisibleCmdPanes([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_VisibleCmdPanes([out, retval] ULONG* nVal); |
− | HRESULT put_VisibleCmdPanes([in] ULONG | + | HRESULT put_VisibleCmdPanes([in] ULONG nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_Control|IPXV_Control]] | [[PXV:IPXV_Control|IPXV_Control]] |
Revision as of 01:36, 4 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);