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

Commits new text back to the edit box and notifies the control to redraw itself.

Syntax

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

Return Value

This method does not return a value.

Remarks

This method forces the new text back to the edit box and notifies the control to redraw itself.

Requirements

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

See Also