IUIX_Cmd::Offline Property
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Offline''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of VARIANT_BOOL representing whether the command is disabled. | + | Property '''Offline''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of VARIANT_BOOL representing whether the command's execution is disabled. |
== Syntax == | == Syntax == |
Latest revision as of 01:08, 24 March 2016
Property Offline of interface IUIX_Cmd returns/sets Value of VARIANT_BOOL representing whether the command's execution is disabled.
Syntax
HRESULT get_Offline([out, retval] VARIANT_BOOL* bVal); HRESULT put_Offline([in] VARIANT_BOOL bVal);