Click or drag to resize

DataMappingTableUIAction(Action, 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 void UIAction(
	Action func,
	bool bForce = false
)

Parameters

func  Action
bForce  Boolean  (Optional)
See Also