Share via


BrowserWindowEx.ICRMWindowContainer.ShowWindow Method

Definition

Displays the window.

 virtual void Microsoft.Crm.UnifiedServiceDesk.Dynamics.ICRMWindowContainer.ShowWindow(System::String ^ crmurl, System::String ^ frame, System::Collections::Generic::List<System::String ^> ^ onLoadHistory, bool hideCommandBar, bool hideNavigationBar) = Microsoft::Crm::UnifiedServiceDesk::Dynamics::ICRMWindowContainer::ShowWindow;
void ICRMWindowContainer.ShowWindow (string crmurl, string frame, System.Collections.Generic.List<string> onLoadHistory, bool hideCommandBar, bool hideNavigationBar);
abstract member Microsoft.Crm.UnifiedServiceDesk.Dynamics.ICRMWindowContainer.ShowWindow : string * string * System.Collections.Generic.List<string> * bool * bool -> unit
override this.Microsoft.Crm.UnifiedServiceDesk.Dynamics.ICRMWindowContainer.ShowWindow : string * string * System.Collections.Generic.List<string> * bool * bool -> unit
Sub ShowWindow (crmurl As String, frame As String, onLoadHistory As List(Of String), hideCommandBar As Boolean, hideNavigationBar As Boolean) Implements ICRMWindowContainer.ShowWindow

Parameters

crmurl
String

Specifies the CRM URL.

frame
String

Specifies the frame to display the window in.

onLoadHistory
List<String>

Contains the history of the browser.

hideCommandBar
Boolean

If true, hides the command bar; otherwise false.

hideNavigationBar
Boolean

If true, hides the navigation bar.

Implements

Applies to