Click or drag to resize
TextInputMethod Class

[This is preliminary documentation and is subject to change.]

Allows the user enter text.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsTextInputMethod

Namespace: Documentation.Objects.InputMethods
Assembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TextInputMethod

The TextInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodTextInputMethod
Initializes a new instance of the TextInputMethod class
Top
Properties
  NameDescription
Public propertyMaximumLength
The maximum string length to accept. 0 for unlimited.
Public propertyMinimumLength
The minimum string length to accept.
Top
See Also