Method SetIsModal
SetIsModal(bool)
Sets the cached IsModal state. Called by ApplicationImpl within the session stack lock. This method is internal to the framework and should not be called by application code.
public void SetIsModal(bool value)
Parameters
valueboolThe new IsModal value.