

| Type | Description | |||
| Long | A Long expression that specifies the identifier of the item where the grouping items of the current item is shown. |
You can use the Tab property in combination with the following properties:
The following screen shot shows the Tabbed view feature with EBN files:

For instance, the following VB sample:
Dim context As New EXCONTEXTMENULib.ExContextMenu
Private Sub Form_Load()
With context
.Items.ToString = "[group=0x103]([group](Page 1[rad=1][group=3][spchk][tab=999][show=1](Info 1[chk=1],Info 2,Info 3),Page 2[rad][group=3][spchk][tab=999][show=1](Info 4,Info 5,Info 6)),[id=999])"
End With
End Sub
Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
context.Select
End Subgenerates the following screen shot:
