BrowserWindowEx.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, String, Boolean) |
Displays the window. |
ShowWindow(String, String, List<String>) |
Displays the window. |
ShowWindow(String, String, Boolean)
Displays the window.
public:
virtual void ShowWindow(System::String ^ crmurl, System::String ^ frame, bool allowReplace);
public void ShowWindow (string crmurl, string frame, bool allowReplace);
abstract member ShowWindow : string * string * bool -> unit
override this.ShowWindow : string * string * bool -> unit
Public Sub ShowWindow (crmurl As String, frame As String, allowReplace As Boolean)
Parameters
- crmurl
- String
Specifies the CRM URL.
- frame
- String
Specifies the frame to display the window in.
- allowReplace
- Boolean
If true, allows replace; otherwise false.
Implements
Applies to
ShowWindow(String, String, List<String>)
Displays the window.
public:
virtual void ShowWindow(System::String ^ crmurl, System::String ^ frame, System::Collections::Generic::List<System::String ^> ^ onLoadHistory);
public void ShowWindow (string crmurl, string frame, System.Collections.Generic.List<string> onLoadHistory);
abstract member ShowWindow : string * string * System.Collections.Generic.List<string> -> unit
override this.ShowWindow : string * string * System.Collections.Generic.List<string> -> unit
Public Sub ShowWindow (crmurl As String, frame As String, onLoadHistory As List(Of String))
Parameters
- crmurl
- String
Specifies the CRM URL.
- frame
- String
Specifies the frame to display the window in.