Click or drag to resize

DataMappingRowControlShowControlT Method

Show/hide control with tag. The control must exist.
Internal logic simply replaces the control with Panel, as the underlying TableLayoutPanel tends to collapse on control hide.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void ShowControl<T>(
	string tag,
	bool bShow
)
where T : Control

Parameters

tag  String
bShow  Boolean

Type Parameters

T
Exceptions
ExceptionCondition
ArgumentNullException
See Also