TabPanel.Facing Property

Read-Only

Syntax

Facing as Integer


The side of the tab panel on which the tabs appear. Use the following class constants:
FacingNorth (0): North
FacingSouth (1): South
FacingEast (2): East
FacingWest (3): West
For example:
TabPanel1.Facing=TabPanel.FacingWest