Keyboard Class

Represents a Keyboard.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public class Keyboard : IDisposable
Inheritance
Object    Keyboard
Implements
IDisposable

Constructors

Keyboard Constructor for Keyboard.

Properties

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.

Methods

Dispose Disposes current instance of Keyboard.
Dispose(Boolean) Disposes all unmanaged resources. Optionally disposes managed resources used by this class.
EqualsDetermines 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also