VirtualKeyboardForm
Represents a form, that cannot be activated and has a RadVirtualKeyboard control docked on it.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class VirtualKeyboardForm : NoActiveForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormNoActiveFormVirtualKeyboardForm...
Implements:
Inherited Members
Constructors
Initializes a new instance of the VirtualKeyboardForm class.
public VirtualKeyboardForm()
Properties
Gets the RadVirtualKeyboard control.
public RadVirtualKeyboard VirtualKeyboard { get; }
Methods
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
The form OnLoad event occurs after the form has loaded. It cannot prevent the window from loading. Use the OnLoad event to apply logic about how the form should be displayed, to set properties on fields, and interact with other page elements.
Called when the theme has changed.
protected override void OnThemeChanged()
Overrides: