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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

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