Compartir a través de


AifWpfDeckControl Class

Definition

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
AifWpfDeckControl

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

Activate(Object) (Inherited from DeckWorkspace)
ApplySmartPartInfo(Object, ISmartPartInfo) (Inherited from DeckWorkspace)
Close(Object) (Inherited from DeckWorkspace)
Hide(Object) (Inherited from DeckWorkspace)
IsClosableApplication(Object)

Determines whether the application can be closed via the UI.

OnActivate(UIElement) (Inherited from DeckWorkspace)
OnApplySmartPartInfo(UIElement, SmartPartInfo) (Inherited from DeckWorkspace)
OnClose(UIElement) (Inherited from DeckWorkspace)
OnConvertFrom(ISmartPartInfo) (Inherited from DeckWorkspace)
OnHide(UIElement) (Inherited from DeckWorkspace)
OnShow(UIElement, SmartPartInfo) (Inherited from DeckWorkspace)
OnSmartPartActivated(WorkspaceEventArgs) (Inherited from DeckWorkspace)
OnSmartPartActivating(WorkspaceCancelEventArgs) (Inherited from DeckWorkspace)
OnSmartPartClosing(WorkspaceCancelEventArgs) (Inherited from DeckWorkspace)
RemoveApplication(Object)

Removes the application from the control.

Show(Object) (Inherited from DeckWorkspace)
Show(Object, ISmartPartInfo) (Inherited from DeckWorkspace)
ShowApplication(Object, Boolean)

Shows the control in a new tab.

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)

Applies to