Performs layout of the "create here" button when a setting or selection changes.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected void RelayoutCreateHereButton(
	int dayIndex,
	int timeSlotIndex,
	DateTime time
)
Visual Basic
Protected Sub RelayoutCreateHereButton ( _
	dayIndex As Integer, _
	timeSlotIndex As Integer, _
	time As DateTime _
)
Visual C++
protected:
void RelayoutCreateHereButton(
	int dayIndex, 
	int timeSlotIndex, 
	DateTime time
)

Parameters

dayIndex
Type: System..::..Int32
The index of the day in which to display the "create here" button.
timeSlotIndex
Type: System..::..Int32
The index of the time slot in which to display the "create here" button.
time
Type: System..::..DateTime
The time at whose location to display the "create here" button.

See Also