Click or drag to resize

KryptonWorkspaceShowAllPages Method (Type)

Set the visible state of all the pages in the workspace to showing.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ShowAllPages(
	Type excludeType
)

Parameters

excludeType
Type: SystemType
Pages of this type are excluded from being updated.
See Also