Class VirtualKeyboardForm
Represents a form, that cannot be activated and has a RadVirtualKeyboard control docked on it.
Inherited Members
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class VirtualKeyboardForm : NoActiveForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
VirtualKeyboardForm()
Initializes a new instance of the VirtualKeyboardForm class.
Declaration
public VirtualKeyboardForm()
Properties
VirtualKeyboard
Gets the RadVirtualKeyboard control.
Declaration
public RadVirtualKeyboard VirtualKeyboard { get; }
Property Value
RadVirtualKeyboard
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnLoad(EventArgs)
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.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|