Click or drag to resize

VisualPopupManagerTrackingByType Method

Gets the popup that matches the proveded type.

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 Control TrackingByType(
	Type t
)

Parameters

t
Type: SystemType
Type to find.

Return Value

Type: Control
Matching instance; otherwise null.
See Also