[This is preliminary documentation and is subject to change.]

Populates the reminder dropdown list

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public void PopulateReminder(
	DropDownList ddlWhenToRemind
)
Visual Basic (Declaration)
Public Sub PopulateReminder ( _
	ddlWhenToRemind As DropDownList _
)
Visual C++
public:
void PopulateReminder(
	DropDownList^ ddlWhenToRemind
)

Parameters

ddlWhenToRemind
Type: System.Web.UI.WebControls..::.DropDownList
The dropdown list item

See Also