SqlPage.InitializePage(String, String) Method

Definition

Initializes the page with the specified caption and navigation text.

protected:
 virtual void InitializePage([Runtime::InteropServices::Out] System::String ^ % captionText, [Runtime::InteropServices::Out] System::String ^ % navigationText);
protected virtual void InitializePage (out string captionText, out string navigationText);
abstract member InitializePage : string * string -> unit
override this.InitializePage : string * string -> unit
Protected Overridable Sub InitializePage (ByRef captionText As String, ByRef navigationText As String)

Parameters

captionText
String

The window title bar text that is displayed when the page is accessed.

navigationText
String

The navigation text that is displayed when the page is accessed.

Remarks

When you inherit from the SqlPage class, you must override the IntializePage method.

Applies to