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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface