IUIX_CmdItem::Style Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdItem::Style Property}} | {{#customTitle:IUIX_CmdItem::Style Property}} | ||
{{#parentPage:PXV:IUIX_CmdItem#Properties|Style|property}} | {{#parentPage:PXV:IUIX_CmdItem#Properties|Style|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Style''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns/sets Value of LONG | + | Property '''Style''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns/sets Value of LONG containing the command item's [[PXV:UIX_CmdItemStyleFlags|style flags]]. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval] LONG* nStyle); |
− | HRESULT put_Style([in] LONG | + | HRESULT put_Style([in] LONG nStyle); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdItem|IUIX_CmdItem]] | [[PXV:IUIX_CmdItem|IUIX_CmdItem]] |
Latest revision as of 07:41, 23 March 2016
Property Style of interface IUIX_CmdItem returns/sets Value of LONG containing the command item's style flags.
Syntax
HRESULT get_Style([out, retval] LONG* nStyle); HRESULT put_Style([in] LONG nStyle);