CCF Panel Class
The CcfPanel class contains elements that define the UI element hosting one or more hosted applications. The panel can also host standard and custom windows controls, and is derived from the class Panel.
The following figure shows the structure of the class:
The class has the following elements:
|
Element |
Description |
|---|---|
|
Alignment property | |
|
Appearance property | |
|
DeckControl property | |
|
Floating property |
Set to true if the panel is floating. |
|
FloatingLocation property |
The property holds the location of the floating panel. |
|
FloatingSize property |
The property holds the size of the floating panel. |
|
TabControl property | |
|
Add method |
The method adds a CCF hosted application or user control to the CCF Panel. |
|
CcfPanel method | |
|
IsApplicationOnPanel method | |
|
Remove method |
The method removes an application from the CCF Panel. |
|
closeApplicationClick event |
The event is raised when the close button of an application is clicked. |
|
selectAppChanged event |
The event is raised when the selected application is changed. |