Click or drag to resize

WorkspaceControllerCreatePage Method (DockWindow, Boolean, KryptonPage)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected virtual 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