WpfPanel.DeckControl Property
Gets the control that lets the other class view and modify the the hosted app in the DeckControl under this panel.
Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)
Usage
'Usage
Dim instance As WpfPanel
Dim value As AifWpfDeckControl
value = instance.DeckControl
Syntax
'Declaration
Public ReadOnly Property DeckControl As AifWpfDeckControl
public AifWpfDeckControl DeckControl { get; }
public:
property AifWpfDeckControl^ DeckControl {
AifWpfDeckControl^ get ();
}
/** @property */
public AifWpfDeckControl get_DeckControl ()
public function get DeckControl () : AifWpfDeckControl
Property Value
Type: AifWpfDeckControl.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WpfPanel Class
WpfPanel Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.