IUIX_Button::Pressed Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::Pressed Property}} | {{#customTitle:IUIX_Button::Pressed Property}} | ||
− | {{#parentPage:PXV:IUIX_Button|Pressed | + | {{#parentPage:PXV:IUIX_Button#Properties|Pressed|property}} |
− | + | ||
Gets or sets the current [[PXV:IUIX_Button|UI button]] ''pressed'' state. | Gets or sets the current [[PXV:IUIX_Button|UI button]] ''pressed'' state. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Pressed([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Pressed([out, retval] VARIANT_BOOL* bPressed); |
− | HRESULT put_Pressed([in] VARIANT_BOOL | + | HRESULT put_Pressed([in] VARIANT_BOOL bPressed); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Button|IUIX_Button]] |
Latest revision as of 03:11, 15 June 2015
Gets or sets the current UI button pressed state.
Syntax
HRESULT get_Pressed([out, retval] VARIANT_BOOL* bPressed); HRESULT put_Pressed([in] VARIANT_BOOL bPressed);