'Declaration Public Overloads Function InsertTab( _ ByVal alignment As TabAlignment, _ ByVal location As InsertLocation _ ) As Tab
public Tab InsertTab( TabAlignment alignment, InsertLocation location )
Parameters
- alignment
- The tab alignment.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Tab.