IUIX_RangesNavigator::IsModified Property

From PDF XChange PDF SDK
Revision as of 12:09, 16 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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