Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IModifiedSupport Interface / IsModified Method
The editing control.


In This Topic
IsModified Method
In This Topic
Gets a boolean value indicates whether the editor is modified.
Syntax
'Declaration
 
Function IsModified( _
   ByVal editor As Control _
) As Boolean
 
'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.
See Also