 | DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSLoadCombosT Method |
This function can be used to load the same content to all currently visible
controls (except exept if non-null).
This function can be usefull, if you have already set the values to your combos before loading
the actual available values. Calling this function will then set non-available values as error selection.
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected void LoadCombos<T>(
DataMappingRowControl exept,
string tag,
IEnumerable<ToStrWrap<T>> content
)
Protected Sub LoadCombos(Of T) (
exept As DataMappingRowControl,
tag As String,
content As IEnumerable(Of ToStrWrap(Of T))
)
Parameters
- exept DataMappingRowControl
- Do not set this control; null to set all controls
- tag String
- Tag
- content IEnumerableToStrWrapT
- Content to load to the combo.
Type Parameters
- T
See Also