AifWpfDeckControl 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 WPF control that shows hosted applications layered as in a deck.
public ref class AifWpfDeckControl : Microsoft::Practices::CompositeUI::Windows::Workspaces::DeckWorkspace
public class AifWpfDeckControl : Microsoft.Practices.CompositeUI.Windows.Workspaces.DeckWorkspace
type AifWpfDeckControl = class
inherit DeckWorkspace
Public Class AifWpfDeckControl
Inherits DeckWorkspace
- Inheritance
Constructors
AifWpfDeckControl() |
Initializes a new instance of the AifWpfDeckControl class. |
Properties
ActiveSmartPart | (Inherited from DeckWorkspace) |
Count |
Gets the number of hosted applications shown on the control. |
HostedApplications |
Gets the collection of hosted applications currently contained in the control. |
SmartParts | (Inherited from DeckWorkspace) |
WorkItem | (Inherited from DeckWorkspace) |
Methods
Events
SmartPartActivated | (Inherited from DeckWorkspace) |
SmartPartActivating | (Inherited from DeckWorkspace) |
SmartPartClosing | (Inherited from DeckWorkspace) |
Explicit Interface Implementations
IComposableWorkspace<UIElement,SmartPartInfo>.ConvertFrom(ISmartPartInfo) | (Inherited from DeckWorkspace) |
IComposableWorkspace<UIElement,SmartPartInfo>.RaiseSmartPartActivated(WorkspaceEventArgs) | (Inherited from DeckWorkspace) |
IComposableWorkspace<UIElement,SmartPartInfo>.RaiseSmartPartClosing(WorkspaceCancelEventArgs) | (Inherited from DeckWorkspace) |
IWorkspace.ActiveSmartPart | (Inherited from DeckWorkspace) |
IWorkspace.SmartParts | (Inherited from DeckWorkspace) |