IUIX_Cmd::Offline Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_Cmd::Offline Property}}
 
{{#customTitle:IUIX_Cmd::Offline Property}}
 
{{#parentPage:PXV:IUIX_Cmd#Properties|Offline|property}}
 
{{#parentPage:PXV:IUIX_Cmd#Properties|Offline|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Offline''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of VARIANT_BOOL ...
+
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