Indicates whether there have been any
modifications made to the hosted control.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsModified() As Boolean
|
| [C#] |
|---|
public bool IsModified {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsModified();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsModified(
|
| [Java] |
|---|
public bool getIsModified();
|