Click or drag to resize

ButtonControllerViewIsPartOfButton Method

Discovers if the provided view is part of the button.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual 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