AifDeckControl Class

Definition

Represents a control that shows hosted applications layered as in a deck.

public ref class AifDeckControl : Microsoft::Practices::CompositeUI::WinForms::DeckWorkspace
public class AifDeckControl : Microsoft.Practices.CompositeUI.WinForms.DeckWorkspace
type AifDeckControl = class
    inherit DeckWorkspace
Public Class AifDeckControl
Inherits DeckWorkspace
Inheritance
AifDeckControl

Constructors

AifDeckControl()

Initializes a new instance of the AifDeckControl class.

Properties

ActiveSmartPart (Inherited from DeckWorkspace)
Count

Gets the number of hosted applications shown in 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)
Dispose(Boolean) (Inherited from DeckWorkspace)
Hide(Object) (Inherited from DeckWorkspace)
IsClosableApplication(Object)

Determines whether the application can be closed via the UI.

OnActivate(Control) (Inherited from DeckWorkspace)
OnApplySmartPartInfo(Control, SmartPartInfo) (Inherited from DeckWorkspace)
OnClose(Control) (Inherited from DeckWorkspace)
OnConvertFrom(ISmartPartInfo) (Inherited from DeckWorkspace)
OnHide(Control) (Inherited from DeckWorkspace)
OnShow(Control, SmartPartInfo) (Inherited from DeckWorkspace)
OnSmartPartActivated(WorkspaceEventArgs) (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 application in a new tab.

Events

SmartPartActivated (Inherited from DeckWorkspace)
SmartPartClosing (Inherited from DeckWorkspace)

Explicit Interface Implementations

IComposableWorkspace<Control,SmartPartInfo>.ConvertFrom(ISmartPartInfo) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.OnActivate(Control) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.OnApplySmartPartInfo(Control, SmartPartInfo) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.OnClose(Control) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.OnHide(Control) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.OnShow(Control, SmartPartInfo) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.RaiseSmartPartActivated(WorkspaceEventArgs) (Inherited from DeckWorkspace)
IComposableWorkspace<Control,SmartPartInfo>.RaiseSmartPartClosing(WorkspaceCancelEventArgs) (Inherited from DeckWorkspace)
IWorkspace.ActiveSmartPart (Inherited from DeckWorkspace)
IWorkspace.SmartParts (Inherited from DeckWorkspace)

Applies to