GenericWebBrowser.ICRMWindowContainer.ShowWindow 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.
virtual void Microsoft.Crm.UnifiedServiceDesk.Dynamics.ICRMWindowContainer.ShowWindow(System::String ^ crmurl, System::String ^ frame, System::Collections::Generic::List<System::String ^> ^ onLoadHistory, bool hideRibbon, bool hideNav) = Microsoft::Crm::UnifiedServiceDesk::Dynamics::ICRMWindowContainer::ShowWindow;
void ICRMWindowContainer.ShowWindow (string crmurl, string frame, System.Collections.Generic.List<string> onLoadHistory, bool hideRibbon, bool hideNav);
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), hideRibbon As Boolean, hideNav As Boolean) Implements ICRMWindowContainer.ShowWindow
Parameters
- crmurl
- String
- frame
- String
- hideRibbon
- Boolean
- hideNav
- Boolean