McPanels Class |
|
Namespace: MediaCy.IQL.Application
Public Class McPanels Implements IMcPanels
The McPanels type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveControl |
Set or get active control.
| |
| Control |
Get control object from key
| |
| Controls |
Returns the array of the controls currently loaded in the panels.
| |
| Key |
Returns the key of the control. 'Nothing' will be return if control is not present in the panels.
| |
| Keys |
Returns the array of the control's keys currently loaded in the panels.
| |
| Visible |
Set or get visible state of the panels.
|
| Name | Description | |
|---|---|---|
| Add(String, String, String, mcPanelLocation, Rectangle, mcControlType, String, String, Object, mcPanelsOptions) |
Add control into panels (control may implements IMcPanelControl interface).
| |
| Add(Control, String, String, mcPanelLocation, Rectangle, mcControlType, String, String, Object, mcPanelsOptions) |
Add control into panels (control may implements IMcPanelControl interface).
| |
| AddOrRemove(McCommandmcCheckState, String, String, String, mcPanelLocation, Rectangle, mcControlType, String, String, Object, mcPanelsOptions) |
Add or remove a panel depending on the value of checkState.
| |
| AddOrRemove(McCommandmcCheckState, Type, String, String, mcPanelLocation, Rectangle, mcControlType, String, String, Object, mcPanelsOptions) |
Add or remove a panel depending on the value of checkState.
| |
| ApplyScrollBars |
Apply DNB style scroll bars to the scrollable control and children.
| |
| GetDescription |
Returns description of the layout from the Layout file.
| |
| GetImage |
Returns snapshot of the main form.
| |
| GetImage(Size) |
Returns snapshot of the main form.
| |
| GetImage(Int32) |
Returns snapshot of the main form.
| |
| GetImage(String) |
Returns snapshot of the main form from the Layout file.
| |
| GetImage(String, Size) |
Returns snapshot of the main form from the Layout file.
| |
| GetImage(String, Int32) |
Returns snapshot of the main form from the Layout file.
| |
| HideFloatingPanels | ||
| LoadLayout |
Load default layout.
| |
| LoadLayout(String) |
Load layout by name of file name.
| |
| Redock |
Redock all floating bars to their last known side.
| |
| Redock(Bar) |
Redock floating bar to the last known side.
| |
| Remove |
Remove all controls from the panels.
| |
| Remove(String) |
Remove control from the panels.
| |
| Remove(Control) |
Remove control from the panels.
| |
| RestoreFloatingPanels | ||
| SaveLayout |
Save current layout as default layout.
| |
| SaveLayout(String) |
Save current layout with name or in the file.
| |
| SaveLayout(String, String) |
Save current layout with name or in the file.
| |
| SetAutoHide |
Change the autohide property of a docked panel.
| |
| SetExpandablePanelIcon |
Set expandable panel icon.
| |
| SetTabIcon |
Set tab icon.
|
| Name | Description | |
|---|---|---|
| ActiveControlChanged | ||
| BeforeAddControl | ||
| BeforeRemoveControl | ||
| ControlAdded | ||
| ControlRemoved | ||
| LoadingLayout | ||
| SavingLayout |