WindowSoftInputModeAdjust Enum

Definition

Enumerates values that control how an on-screen input interface is visually accommodated.

public enum WindowSoftInputModeAdjust
type WindowSoftInputModeAdjust = 
Inheritance
WindowSoftInputModeAdjust

Fields

Pan 0

Indicates that the content of the control will pan, possibly off of the screen, to accommodate the input interface.

Resize 1

Indicates that the content of the control will resize to accommodate the input interface.

Unspecified 2

Indicates that the behavior of the control for oversized content is not specified.

Applies to