Click or drag to resize

PageButtonControllerViewIsPartOfButton Method

Discovers if the provided view is part of the button.

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#
protected override bool ViewIsPartOfButton(
	ViewBase next
)

Parameters

next  ViewBase
View to investigate.

Return Value

Boolean
True is part of button; otherwise false.
See Also