IUIX_Cmd::Offline Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
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 02: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);

See Also

IUIX_Cmd