IRegionForViewer Interface

Implemented by regions which support specific layout changes when being shown in Viewer application.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionForViewer

Methods

CreateControlContent Handles creation of custom control layout for the region.
UpdateLayout Updates the customized layout which has been created by CreateControlContent(Control, Boolean) after change of the active language in the Viewer application.

See Also