Click or drag to resize

WorkspaceControllerForFormCreatePage Method (DockWindow, Boolean, KryptonPage)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override KryptonPage CreatePage(
	DockWindow window,
	bool createCloseButton,
	KryptonPage existPage = null
)

Parameters

window
Type: NeoAxis.EditorDockWindow
createCloseButton
Type: SystemBoolean
existPage (Optional)
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage

Return Value

Type: KryptonPage
See Also