[]
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| Tab | The inserted Tab. |
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(TabAlignment alignment, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| TabAlignment | alignment | The tab alignment. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| Tab | The inserted Tab. |
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(TabAlignment alignment, TabLeader leader, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| TabAlignment | alignment | The tab alignment. |
| TabLeader | leader | The tab leader character. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| Tab | The inserted Tab. |
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(TabAlignment alignment, TabLeader leader, TabRelativeTo relativeTo, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| TabAlignment | alignment | The tab alignment. |
| TabLeader | leader | The tab leader character. |
| TabRelativeTo | relativeTo | The extent to calculate the position of the tab. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| Tab | The inserted Tab. |