IRegionForViewerCreateControlContent Method
Handles creation of custom control layout for the region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
bool CreateControlContent(
Control control,
ref bool showOrdinal
)
Function CreateControlContent (
control As Control,
ByRef showOrdinal As Boolean
) As Boolean
bool CreateControlContent(
Control^ control,
bool% showOrdinal
)
abstract CreateControlContent :
control : Control *
showOrdinal : bool byref -> bool
- 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.
Boolean if control layout is customized.