CRMGlobalManager.GetCurrentlyVisableHostedApplicationInAPanel 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.
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