ButtonControllerViewIsPartOfButton Method |
Discovers if the provided view is part of the button.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual bool ViewIsPartOfButton(
ViewBase next
)
Parameters
- next ViewBase
- View to investigate.
Return Value
BooleanTrue is part of button; otherwise false.
See Also