IRegionForViewerCreateControlContent Method

Handles creation of custom control layout for the region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool CreateControlContent(
	Control control,
	ref bool showOrdinal
)

Parameters

control  Control
Region control to modify.
showOrdinal  Boolean
Reference to a flag which is initially but it may be set to in order to cancel the ordinal layout of control.

Return Value

Boolean
if control layout is customized.

See Also