MobileForms Toolkit Documentation

KeyboardPro Methods

The methods of the KeyboardPro class are listed below. For a complete list of KeyboardPro class members, see the KeyboardPro Members topic.

Public Instance Methods

Create Creates KeyboardPro component window.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
DisableChars Defines the set of character buttons, which are to be disabled under the current context.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
OverrideButton Overrides the content of the skin button with the name skinID.
OverrideButtons Overrides the content of several skin buttons at once.
OverrideSymbols Overrides the symbol table used in "Layout_Num" mode (see Layout property)
RegisterButtonCallback Registers the callback delegate function which is called each time when a certain button is pressed. It can be used for overriding the button functionality under certain context. Each callback function should be unregistered by calling UnregisterButtonCallback method when it is no longer used. Otherwise the callback will be unregistered after the parent form is closed.
SetFxPhrase Defines the FX phrase for "Layout_FX" keyboard layout.
SetFxPhrases Defines the FX phrases for "Layout_FX" keyboard layout.
SetNumLayout Sets the Layout property to default numeric mode name ("Layout_Num").
SetTextLayout Sets the Layout property to the default text mode name ("Layout_Text").
Show Shows or hides the keyboard input panel
ShowSipButton Shows/Hides the standard SIP button for current form
ToString (inherited from Object)Returns a String that represents the current Object.
UnregisterButtonCallback Unregisters the callback delegate function previously registered by a RegisterButtonCallback method.

Protected Instance Methods

DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.

See Also

KeyboardPro Class | Resco.Controls.KeyboardPro Namespace