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

Parameters

next
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
View to investigate.

Return Value

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