Click or drag to resize

ButtonSpecManagerBaseGetNextVisibleViewButton Method

Gets the view for the next visible and enabled button spec of the defined edge.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual ViewDrawButton GetNextVisibleViewButton(
	PaletteRelativeEdgeAlign align,
	ViewDrawButton current
)

Parameters

align  PaletteRelativeEdgeAlign
Edge of buttons caller is interested in searching.
current  ViewDrawButton
Current button that is the marker for searching.

Return Value

ViewDrawButton
ViewDrawButton reference; otherwise false.
See Also