GenericWebBrowserPresenterControl.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.
Overloads
ShowWindow(String, Boolean) | |
ShowWindow(String, List<String>, Boolean, Boolean) |
ShowWindow(String, Boolean)
public:
virtual void ShowWindow(System::String ^ crmurl, bool allowReplace);
public void ShowWindow (string crmurl, bool allowReplace);
abstract member ShowWindow : string * bool -> unit
override this.ShowWindow : string * bool -> unit
Public Sub ShowWindow (crmurl As String, allowReplace As Boolean)
Parameters
- crmurl
- String
- allowReplace
- Boolean
Implements
Applies to
ShowWindow(String, List<String>, Boolean, Boolean)
public:
virtual void ShowWindow(System::String ^ crmurl, System::Collections::Generic::List<System::String ^> ^ onLoadHistory, bool hideRibbon, bool hideNav);
public void ShowWindow (string crmurl, System.Collections.Generic.List<string> onLoadHistory, bool hideRibbon, bool hideNav);
abstract member ShowWindow : string * System.Collections.Generic.List<string> * bool * bool -> unit
override this.ShowWindow : string * System.Collections.Generic.List<string> * bool * bool -> unit
Public Sub ShowWindow (crmurl As String, onLoadHistory As List(Of String), hideRibbon As Boolean, hideNav As Boolean)
Parameters
- crmurl
- String
- hideRibbon
- Boolean
- hideNav
- Boolean