IUIX_RangesNavigator::IsModified Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RangesNavigator::IsModified Property}}
 
{{#customTitle:IUIX_RangesNavigator::IsModified Property}}
{{#parentPage:PXV:IUIX_RangesNavigator#Properties|IsModified Property|property}}
+
{{#parentPage:PXV:IUIX_RangesNavigator#Properties|IsModified|property}}
{{ToWrite}}
+
 
{{ToReview}}
+
  
 
Property '''IsModified''' of interface [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] returns  Value of VARIANT_BOOL ...
 
Property '''IsModified''' of interface [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] returns  Value of VARIANT_BOOL ...
 +
 +
It indicates that the data on the range or their attributes are changed. The "'''changed'''" status can be reset by calling method [[PXV:IUIX_RangesNavigator_ClearModifiedState|ClearModifiedState]]
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 12:09, 16 June 2015


Property IsModified of interface IUIX_RangesNavigator returns Value of VARIANT_BOOL ...

It indicates that the data on the range or their attributes are changed. The "changed" status can be reset by calling method ClearModifiedState

Syntax

HRESULT get_IsModified([out, retval]  VARIANT_BOOL*  bIsModified);

See Also

IUIX_RangesNavigator