AGI Ui Plugins 11 Send comments on this topic.
SetModified Method (IAgUiPluginConfigurationPageSite)
See Also  Example
Changed





Description

Enables or disables the 'Apply' button.

Syntax

[Visual Basic .NET]
Public Sub SetModified( _
   ByVal Changed As Boolean _
) 

[C#]
public void SetModified(
bool Changed
);

[Managed C++]
public: void SetModified(
bool Changed
);

[Java]
public  setModified(
bool Changed
);

[Unmanaged C++]
public: HRESULT SetModified(
VARIANT_BOOL Changed
);

Parameters

Changed

Example

Enable the 'Apply' button Copy Code
void IAgUiPluginconfigurationPageActions.OnCreated(IAgUiPluginConfigurationPageSite site) 

    site.SetModified(true); 
}

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1