Spread Windows Forms 10.0 Product Documentation
DefaultImeMode Property (EditBase)


This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the default Input Method Editor (IME) mode supported by the control.

Syntax
'Declaration
 
Protected Overrides ReadOnly Property DefaultImeMode As ImeMode
'Usage
 
Dim instance As EditBase
Dim value As ImeMode
 
value = instance.DefaultImeMode
protected override ImeMode DefaultImeMode {get;}

Property Value

One of the System.Windows.Forms.ImeMode values.
Remarks
An Input Method Editor (IME) is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.

As implemented in the System.Windows.Forms.Control class, this property always returns the System.Windows.Forms.ImeMode.Inherit value. The Inherit value specifies that the IME mode is inherited from the parent control.

Notes to Inheritors:

When overriding the DefaultImeMode property in a derived class, use the base class's DefaultImeMode property to extend the base implementation; otherwise, you must provide all the implementation.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

EditBase Class
EditBase Members
ImeMode Property

 

 


Copyright © GrapeCity, inc. All rights reserved.