Click or drag to resize

ButtonSpecManagerBaseGetLastVisibleViewButton Method

Gets the view for the last 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 GetLastVisibleViewButton(
	PaletteRelativeEdgeAlign align
)

Parameters

align
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRelativeEdgeAlign
Edge of buttons caller is interested in searching.

Return Value

Type: ViewDrawButton
ViewDrawButton reference; otherwise false.
See Also