'Usage
Dim instance As IModifiedSupport Dim editor As Control Dim value As Boolean value = instance.IsModified(editor)
Parameters
- editor
- The editing control.
Return Value
true
if the editor is modified; otherwise, false
.'Usage
Dim instance As IModifiedSupport Dim editor As Control Dim value As Boolean value = instance.IsModified(editor)
true
if the editor is modified; otherwise, false
.