dbicDayView Send comments on this topic.
SetForEdit Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : SetForEdit Method

Prepares control for external edit.

Syntax

Visual Basic (Declaration) 
Public Sub SetForEdit() 
C# 
public void SetForEdit()

Return Value

This method does not return a value.

Remarks

This method forces the text from the current edit box in the control to be written to the appointment. It also turns the edit box invisible, disables any internal timers, and resets any other flags (such as drag) that might be active

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also