dbicMonth Send comments on this topic.
KeyPreview Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : KeyPreview Property

Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus.

Syntax

Visual Basic (Declaration) 
Public Property KeyPreview As Boolean
C# 
public bool KeyPreview {get; set;}

Property Value

true if the form will receive all key events; false if the currently selected control on the form receives key events. The default is false.

Requirements

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

See Also