Click or drag to resize

KryptonNavigatorHideAllPages Method (Type)

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

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

Parameters

excludeType
Type: SystemType
Ignore pages of the specific type.
See Also