Click or drag to resize
GenericObjectEndSelections Method

Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void EndSelections(
	bool accept
)

Parameters

accept
Type: SystemBoolean
Set this parameter to true to accept the selections before exiting the selection mode.

Return Value

Type: 

Implements

IGenericObjectEndSelections(Boolean)
See Also