public class Keyboard : IDisposablePublic Class Keyboard
Implements IDisposable| Keyboard | Constructor for Keyboard. |
| Background | Gets or sets gradient color information of Keyboard background. |
| KeyboardBackground | Gets or sets bitmap of Keyboard background. |
| KeyboardBackgroundArr | Converts KeyboardBackground to serializable format. |
| KeyboardImageArr | Gets or sets the image of the keyboard. |
| Keys | Gets or sets list of Key in Keyboard. |
| Size | Gets or sets size of the keyboard. |
| Dispose | Disposes current instance of Keyboard. |
| Dispose(Boolean) | Disposes all unmanaged resources. Optionally disposes managed resources used by this class. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructor of Keyboard class which ensures that Dispose is called.
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (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) |