USDCollapsePanel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a panel that automatically collapses if no hosted controls are loaded within it.
public ref class USDCollapsePanel : Microsoft::Crm::UnifiedServiceDesk::Dynamics::PanelLayouts::USDTabBasePanel
public class USDCollapsePanel : Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.USDTabBasePanel
type USDCollapsePanel = class
inherit USDTabBasePanel
Public Class USDCollapsePanel
Inherits USDTabBasePanel
- Inheritance
Remarks
This is the same as the USDTabPanel but a style in the default themes is defined that will automatically collapse this panel type so it no longer takes up space in the UI, if no hosted controls are loaded within it.
Constructors
USDCollapsePanel() |
Initializes a new instance of the USDCollapsePanel class. |
Properties
ApplicationList |
Gets the list of applications. (Inherited from USDTabBasePanel) |
Floating |
Gets or sets a Boolean value that specifies if panel is a floating panel. (Inherited from USDTabBasePanel) |
HasOneItem |
Contains a Boolean value that specifies if the tab control has one item. (Inherited from USDTabControl) |
Name |
Gets or sets the panel name. (Inherited from USDTabBasePanel) |
TabNavigationMode | (Inherited from USDTabControl) |
Methods
Add(Object, Boolean) |
Adds a control to the panel. (Inherited from USDTabBasePanel) |
Add(Object, String, Boolean, Boolean) |
Adds a control to the panel. (Inherited from USDTabBasePanel) |
CloseAppClickHandler(IHostedApplication) |
Closes the application handler. (Inherited from USDTabBasePanel) |
CloseApplications() |
Closes the applications. (Inherited from USDTabBasePanel) |
GetAppById(Guid) |
Gets the application for the given application ID. (Inherited from USDTabBasePanel) |
GetControlCount() |
Gets the total number of controls on the panel. (Inherited from USDTabBasePanel) |
GetVisibleApplication() |
Gets the visible application. (Inherited from USDTabBasePanel) |
IsApplicationOnPanel(Guid) |
Specifies whether the application is on the panel or not. (Inherited from USDTabBasePanel) |
NotifyContextChange(Context) |
Notifies the application of a context change. (Inherited from USDTabBasePanel) |
NotifySessionHidden(Session) |
Notifies the application of the hidden session. (Inherited from USDTabBasePanel) |
NotifySessionHiding(Session) |
Notifies the application of the hiding session. (Inherited from USDTabBasePanel) |
NotifySessionShowing(Session) |
Notifies the application of the showing session. (Inherited from USDTabBasePanel) |
NotifySessionShown(Session) |
Notifies the application of the session shown. (Inherited from USDTabBasePanel) |
OnCreateAutomationPeer() | (Inherited from USDTabBasePanel) |
OnItemsChanged(NotifyCollectionChangedEventArgs) | (Inherited from USDTabControl) |
OnKeyDown(KeyEventArgs) | (Inherited from USDTabControl) |
PropogateResources() |
Propagates the resources. (Inherited from USDTabBasePanel) |
Remove(Object) |
Removes the panel from the application. (Inherited from USDTabBasePanel) |
SendApplicationsToUnknownPanel() |
Sends applications to unknown panel. (Inherited from USDTabBasePanel) |
SessionChanged(Session) |
Notifies the application of a session change. (Inherited from USDTabBasePanel) |
SetActiveApplication(IHostedApplication) |
Sets the active application. (Inherited from USDTabBasePanel) |
Events
CloseApplicationClick |
Raised when the application is closed. (Inherited from USDTabBasePanel) |
SelectedAppChanged |
Raised when the selected application has changed. (Inherited from USDTabBasePanel) |