InputPanel Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Controls the soft input panel (SIP) for entering data on Pocket PCs and other Windows Embedded CE-based devices.
The InputPanel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InputPanel | Overloaded. Initializes a new instance of the InputPanel class for enabling and disabling the soft input panel (SIP). |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the InputPanel class. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Infrastructure. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Overrides Component.Finalize().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Bounds | Gets a Rectangle object that represents the size and location of the soft input panel (SIP). | |
CurrentInputMethod | Gets or sets the input method for the Pocket PC. | |
Enabled | Gets or sets a value that indicates whether the soft input panel (SIP) is enabled or disabled. | |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
InputMethods | Gets a collection of the input methods available on a Pocket PC. | |
Site | Gets or sets the ISite of the Component. (Inherited from Component.) | |
VisibleDesktop | Gets a Rectangle object that represents the area that is not obscured by the soft input panel (SIP). |
Top
Events
Name | Description | |
---|---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
EnabledChanged | Occurs when the soft input panel (SIP) is enabled or disabled. |
Top