Class FocusHolder
THe FocusHolder class.
Inheritance
System.Object
FocusHolder
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class FocusHolder : Control
Constructors
FocusHolder()
Constructor of the FocusHolder
Declaration
public FocusHolder()
Fields
m_hostControl
Declaration
protected Control m_hostControl
Field Value
Type |
---|
System.Windows.Forms.Control |
m_lastActive
Declaration
protected Control m_lastActive
Field Value
Type |
---|
System.Windows.Forms.Control |
m_lockFocus
Declaration
protected bool m_lockFocus
Field Value
Type |
---|
System.Boolean |
Methods
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |