Click or drag to resize

DataMappingTableUIActionT(FuncT, Boolean) Method

UI Action wrapper that simply suspends the layout and drawing

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public T UIAction<T>(
	Func<T> func,
	bool bForce = false
)

Parameters

func  FuncT
bForce  Boolean  (Optional)

Type Parameters

T

Return Value

T
See Also