Class VirtualKeyboardForm
Represents a form, that cannot be activated and has a Rad
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 Virtual
Declaration
public VirtualKeyboardForm()
Properties
VirtualKeyboard
Gets the Rad
Declaration
public RadVirtualKeyboard VirtualKeyboard { get; }
Property Value
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. 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.
|