 | DataMappingTableUIActionT(FuncT, Boolean) Method |
UI Action wrapper that simply suspends the layout and drawing
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic T UIAction<T>(
Func<T> func,
bool bForce = false
)
Public Function UIAction(Of T) (
func As Func(Of T),
Optional bForce As Boolean = false
) As T
Parameters
- func FuncT
- bForce Boolean (Optional)
Type Parameters
- T
Return Value
T
See Also