NoActiveForm
A form that cannot be activated.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class NoActiveForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormNoActiveForm...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the NoActiveForm class.
public NoActiveForm()
Properties
Set the form style to WS_EX_NOACTIVATE so that it will not get focus.
protected override CreateParams CreateParams { get; }
Overrides:
Methods
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
Raises the Activated event.
protected override void OnActivated(EventArgs e)
An EventArgs that contains the event data.
Overrides:
Process Windows messages. When the user presses the left mouse button while the cursor is within the non-client area of this window, the it will store the handle of previous foreground Window, and then activate itself.