Click or drag to resize

ButtonSpecManagerBaseGetPreviousVisibleViewButton Method

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

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#
public virtual ViewDrawButton GetPreviousVisibleViewButton(
	PaletteRelativeEdgeAlign align,
	ViewDrawButton current
)

Parameters

align
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRelativeEdgeAlign
Edge of buttons caller is interested in searching.
current
Type: Internal.ComponentFactory.Krypton.ToolkitViewDrawButton
Current button that is the marker for searching.

Return Value

Type: ViewDrawButton
ViewDrawButton reference; otherwise false.
See Also