Share via


UCPageControl.ShowWindow Method

Definition

Overloads

ShowWindow(String, String, Boolean)
ShowWindow(String, String, List<String>)
ShowWindow(String, String, List<String>, Boolean, Boolean)

ShowWindow(String, String, Boolean)

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
frame
String
allowReplace
Boolean

Implements

Applies to

ShowWindow(String, String, List<String>)

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
frame
String
onLoadHistory
List<String>

Implements

Applies to

ShowWindow(String, String, List<String>, Boolean, Boolean)

public:
 virtual void ShowWindow(System::String ^ crmurl, System::String ^ frame, System::Collections::Generic::List<System::String ^> ^ onLoadHistory, bool hideRibbon, bool hideNav);
public void ShowWindow (string crmurl, string frame, System.Collections.Generic.List<string> onLoadHistory, bool hideRibbon, bool hideNav);
abstract member ShowWindow : string * string * System.Collections.Generic.List<string> * bool * bool -> unit
override this.ShowWindow : string * string * System.Collections.Generic.List<string> * bool * bool -> unit
Public Sub ShowWindow (crmurl As String, frame As String, onLoadHistory As List(Of String), hideRibbon As Boolean, hideNav As Boolean)

Parameters

crmurl
String
frame
String
onLoadHistory
List<String>
hideRibbon
Boolean
hideNav
Boolean

Implements

Applies to