Call this method to indicate you have made
modifications. This will force the framework to prompt to save
changes before closing the window hosting the control.
| [Visual Basic .NET] |
|---|
Public Sub SetModifiedFlag( _
ByVal Modified As Boolean _
)
|
| [C#] |
|---|
public void SetModifiedFlag(
|
| [Managed C++] |
|---|
public: void SetModifiedFlag(
|
| [Java] |
|---|
public setModifiedFlag(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetModifiedFlag(
|
- Modified