'Declaration
ReadOnly Property Index As System.Integer
'Usage
Dim instance As IPane Dim value As System.Integer value = instance.Index
System.int Index {get;}
'Declaration
ReadOnly Property Index As System.Integer
'Usage
Dim instance As IPane Dim value As System.Integer value = instance.Index
System.int Index {get;}
If the window has four panes, the values returned by index are:
Upper left = 0
Upper right = 1
Lower left = 2
Lower right = 3
If the window has two panes, the top or left pane is 0 and the bottom or right pane is 1.
If the window has one pane, Index returns 0.
Target Platforms: 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