Xceed Toolkit Plus for WPF v4.6 Documentation
IndexOf Method (ILayoutContentSelector)


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace > ILayoutContentSelector Interface : IndexOf Method
The content whose index will be returned.
Returns the index of the specified anchorable of document content.
Syntax
'Declaration
 
Function IndexOf( _
   ByVal content As LayoutContent _
) As Integer
'Usage
 
Dim instance As ILayoutContentSelector
Dim content As LayoutContent
Dim value As Integer
 
value = instance.IndexOf(content)
int IndexOf( 
   LayoutContent content
)

Parameters

content
The content whose index will be returned.

Return Value

The index of the specified anchorable of document content.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILayoutContentSelector Interface
ILayoutContentSelector Members