Share via


CRMGlobalManager.GetCurrentlyVisableHostedApplicationInAPanel Method

Definition

Utility function to get the currently visable app in anygiven UII window

public:
 virtual Microsoft::Uii::Csr::IHostedApplication ^ GetCurrentlyVisableHostedApplicationInAPanel(System::String ^ panelName, [Runtime::InteropServices::Out] System::String ^ % VisableAppNameOnPanel);
public Microsoft.Uii.Csr.IHostedApplication GetCurrentlyVisableHostedApplicationInAPanel (string panelName, out string VisableAppNameOnPanel);
abstract member GetCurrentlyVisableHostedApplicationInAPanel : string * string -> Microsoft.Uii.Csr.IHostedApplication
override this.GetCurrentlyVisableHostedApplicationInAPanel : string * string -> Microsoft.Uii.Csr.IHostedApplication
Public Function GetCurrentlyVisableHostedApplicationInAPanel (panelName As String, ByRef VisableAppNameOnPanel As String) As IHostedApplication

Parameters

panelName
String
VisableAppNameOnPanel
String

Populated with the name of the found application

Returns

IHostedApplication Referance

Implements

Applies to