AifWpfDeckControl.ShowApplication(Object, Boolean) Method
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.
Shows the control in a new tab.
public:
System::Windows::Controls::Control ^ ShowApplication(System::Object ^ application, bool closable);
public System.Windows.Controls.Control ShowApplication (object application, bool closable);
member this.ShowApplication : obj * bool -> System.Windows.Controls.Control
Public Function ShowApplication (application As Object, closable As Boolean) As Control
Parameters
- application
- Object
Specifies the application.
- closable
- Boolean
True
if the application is closable via the UI, false
otherwise