 | 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.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void ShowControl<T>(
string tag,
bool bShow
)
where T : Control
Public Sub ShowControl(Of T As Control) (
tag As String,
bShow As Boolean
)
Parameters
- tag String
- bShow Boolean
Type Parameters
- T
Exceptions
See Also