[]
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(InsertLocation location)
Public Function InsertTab(location As InsertLocation) As Tab
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(TabAlignment alignment, InsertLocation location)
Public Function InsertTab(alignment As TabAlignment, location As InsertLocation) As Tab
Type | Name | Description |
---|---|---|
TabAlignment | alignment | The tab alignment. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(TabAlignment alignment, TabLeader leader, InsertLocation location)
Public Function InsertTab(alignment As TabAlignment, leader As TabLeader, location As InsertLocation) As Tab
Type | Name | Description |
---|---|---|
TabAlignment | alignment | The tab alignment. |
TabLeader | leader | The tab leader character. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Tab into this collection at a specified location.
public Tab InsertTab(TabAlignment alignment, TabLeader leader, TabRelativeTo relativeTo, InsertLocation location)
Public Function InsertTab(alignment As TabAlignment, leader As TabLeader, relativeTo As TabRelativeTo, location As InsertLocation) As Tab
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. |