Click or drag to resize

PicklistMonths.FillPicklist Method

The handler for filling the picklist. This must be overridden by the derived class.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void FillPicklist(
	IAppContext cxt,
	Picklist pick
)

Parameters

cxt
Type: NetQuarry.IAppContext
The application context.
pick
Type: NetQuarry.Picklist
The picklist to fill.
See Also