Click or drag to resize

KryptonWorkspaceCanClosePage Method

Can the provided page be closed using the same logic as the close button on the cell.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool CanClosePage(
	KryptonPage page
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page to test.

Return Value

Type: Boolean
True if it can be closed; otherwise false.
See Also