SqlTokenToolBox FilterStatisticsSelectionPanel Method (FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, String)A Sandcastle Documented Class Library
Returns the html controls for a filter statistic selection panel.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void FilterStatisticsSelectionPanel(
	FilterObj fo,
	int selIdx,
	string bgSel,
	ControlCollection main,
	int filterIdx,
	bool showCheckBox,
	bool showDelBtn,
	bool showCopyBtn,
	bool showPasteBtn,
	bool showEditBtn,
	bool showAddPanel,
	int slotWidth,
	bool isHud,
	string key
)

Parameters

fo
Type: P4s3FilterTools FilterObj
selIdx
Type: System Int32
bgSel
Type: System String
main
Type: System.Web.UI ControlCollection
filterIdx
Type: System Int32
showCheckBox
Type: System Boolean
showDelBtn
Type: System Boolean
showCopyBtn
Type: System Boolean
showPasteBtn
Type: System Boolean
showEditBtn
Type: System Boolean
showAddPanel
Type: System Boolean
slotWidth
Type: System Int32
isHud
Type: System Boolean
key
Type: System String
See Also