AifTabControl 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.
Important
This API is not CLS-compliant.
Represents a control that shows hosted application in a tab form.
public ref class AifTabControl : Microsoft::Practices::CompositeUI::WinForms::TabWorkspace
[System.CLSCompliant(false)]
public class AifTabControl : Microsoft.Practices.CompositeUI.WinForms.TabWorkspace
[<System.CLSCompliant(false)>]
type AifTabControl = class
inherit TabWorkspace
Public Class AifTabControl
Inherits TabWorkspace
- Inheritance
- Attributes
Constructors
AifTabControl() |
Initializes a new instance of the AifTabControl class. |
Properties
ActiveSmartPart | (Inherited from TabWorkspace) |
AifTabPages |
Gets the collection of TabPages that the TabControl uses. The "Tag" value of each TabPage contains the hosted application itself and is used to get the hosted application when we know the TabPage. |
Count |
Gets the number of applications shown on the control. |
HostedApplications |
Gets the collection of hosted applications currently contained in the control. |
Pages |
Obsolete.
Obsolete method. Not to be used. |
SmartParts | (Inherited from TabWorkspace) |
TabPages |
Obsolete.
Obsolete method. Not to be used |
WorkItem | (Inherited from TabWorkspace) |
Methods
Events
CloseAppClick |
Fired when the user clicks on the close button on the tab page. |
SmartPartActivated | (Inherited from TabWorkspace) |
SmartPartClosing | (Inherited from TabWorkspace) |