AGI Ui Plugins 11 Send comments on this topic.
SetModifiedFlag Method (IAgUiPluginEmbeddedControlSite)
See Also 
Modified





Description

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.

Syntax

[Visual Basic .NET]
Public Sub SetModifiedFlag( _
   ByVal Modified As Boolean _
) 

[C#]
public void SetModifiedFlag(
bool Modified
);

[Managed C++]
public: void SetModifiedFlag(
bool Modified
);

[Java]
public  setModifiedFlag(
bool Modified
);

[Unmanaged C++]
public: HRESULT SetModifiedFlag(
VARIANT_BOOL Modified
);

Parameters

Modified

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1