Click or drag to resize

KryptonNavigatorShowAllPages(Type) Method

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

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

Parameters

excludeType  Type
Ignore pages of the specific type.
See Also