Class NoActiveForm
A form that cannot be activated.
Inherited Members
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class NoActiveForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
NoActiveForm()
Properties
CreateParams
Set the form style to WS_EX_NOACTIVATE so that it will not get focus.
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.Windows.Forms.CreateParams
|
Overrides
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
OnActivated(EventArgs)
Raises the Activated event.
Declaration
protected override void OnActivated(EventArgs e)
Parameters
System.EventArgs
e
An EventArgs that contains the event data. |
WndProc(ref Message)
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.
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
The message. |