Determines whether the visual for given page has been loaded.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected virtual bool IsPageVisualLoaded(
	PageContextBase page
)
Visual Basic
Protected Overridable Function IsPageVisualLoaded ( _
	page As PageContextBase _
) As Boolean
Visual C++
protected:
virtual bool IsPageVisualLoaded(
	PageContextBase^ page
)

Return Value

true if the page visual is loaded; otherwise, false.

See Also