IUIX_CmdItemBox::ItemsLowerSize Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItemBox::ItemsLowerSize Property}} | {{#customTitle:IUIX_CmdItemBox::ItemsLowerSize Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdItemBox|ItemsLowerSize | + | {{#parentPage:PXV:IUIX_CmdItemBox#Properties|ItemsLowerSize|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ItemsLowerSize''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns/sets Value of [[PXV:UIX_CmdItemSize|UIX_CmdItemSize]] | + | Property '''ItemsLowerSize''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns/sets Value of [[PXV:UIX_CmdItemSize|UIX_CmdItemSize]] containing the smallest command item's size that it can change into. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ItemsLowerSize([out, retval] UIX_CmdItemSize* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ItemsLowerSize([out, retval] UIX_CmdItemSize* nSize); |
− | HRESULT put_ItemsLowerSize([in] UIX_CmdItemSize | + | HRESULT put_ItemsLowerSize([in] UIX_CmdItemSize nSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] |
Latest revision as of 07:36, 24 March 2016
Property ItemsLowerSize of interface IUIX_CmdItemBox returns/sets Value of UIX_CmdItemSize containing the smallest command item's size that it can change into.
Syntax
HRESULT get_ItemsLowerSize([out, retval] UIX_CmdItemSize* nSize); HRESULT put_ItemsLowerSize([in] UIX_CmdItemSize nSize);