Click or drag to resize

KryptonWorkspaceHideAllPages Method (Type)

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

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

Parameters

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