IUIX_CmdBar::Parent Property
From PDF XChange PDF SDK
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_CmdBar::Parent Property}} | {{#customTitle:IUIX_CmdBar::Parent Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdBar#Properties|Parent | + | {{#parentPage:PXV:IUIX_CmdBar#Properties|Parent|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Parent''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] | + | Property '''Parent''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] that is not-null when the command bar is displayed as a drop-down menu. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Parent([out, retval] IUIX_CmdBar** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Parent([out, retval] IUIX_CmdBar** pParent); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdBar|IUIX_CmdBar]] | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 05:44, 25 March 2016
Property Parent of interface IUIX_CmdBar returns Pointer to IUIX_CmdBar that is not-null when the command bar is displayed as a drop-down menu.
Syntax
HRESULT get_Parent([out, retval] IUIX_CmdBar** pParent);