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

Gets or sets the Input Method Editor (IME) mode of the control.

Syntax

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

Property Value

One of the System.Windows.Forms.ImeMode values. The default is System.Windows.Forms.ImeMode.Inherit.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the System.Windows.Forms.ImeMode enumeration values.

Requirements

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

See Also