ViewDecoratorIndexOf Method |
Determines the index of the specified view in the collection.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override int IndexOf(
ViewBase item
)
Parameters
- item ViewBase
- ViewBase reference.
Return Value
Int32-1 if not found; otherwise index position.
Implements
IListTIndexOf(T)
See Also