Interface ITabbedMDIManager
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface ITabbedMDIManager
Methods
GetMDIParent()
Declaration
Form GetMDIParent()
Returns
| Type |
|---|
| System.Windows.Forms.Form |
ProcessCmdKey(ref Message, Keys)
Declaration
bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Message | msg | |
| System.Windows.Forms.Keys | keyData |
Returns
| Type |
|---|
| System.Boolean |