USDTabPanel 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 type that contains a tab control.
public ref class USDTabPanel : Microsoft::Crm::UnifiedServiceDesk::Dynamics::PanelLayouts::USDTabBasePanel
public class USDTabPanel : Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.USDTabBasePanel
type USDTabPanel = class
inherit USDTabBasePanel
Public Class USDTabPanel
Inherits USDTabBasePanel
- Inheritance
Remarks
Each hosted control is loaded on one of the tabs. The tab name displays the value specified in the Display Name field of a hosted control. If no display name is specified for a hosted control, the hosted control name is displayed as the tab name. The tab control/header is displayed for this panel type if one or more hosted controls are on it.
Constructors
USDTabPanel() |
Initializes a new instance of the USDTabPanel 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) |