TcxPCOptions Type
Enumerates tab control options.
#Declaration
TcxPCOptions = set of TcxPCOption;
#Referenced Class
Type |
---|
Tcx |
#Remarks
Options include:
Option | Description |
---|---|
pco | If active, the Go Dialog button is always visible within the navigator bar. Otherwise, this button is displayed only when all visible tabs cannot fit into a tab control. Note This option is effective only when the pco |
pco | If active, the Close Button is displayed within the navigator bar. To display the Close button in tabs, use the control’s Properties. |
pco | If active, the width of the tab panel is determined by the maximum width of all the tabs including what is not currently displayed within the control (accessible via the navigator bar) and excluding invisible tabs. Otherwise, the width of the tab panel is determined by the maximum width of the tabs which are currently visible within the control. Note This option is effective only when the tabs are rotated (the Rotate property is set to True). |
pco | If active, the Go Dialog button is displayed within the navigator bar. |
pco | If active, gradient filling is used to paint the background of the tabs within a tab control which has the Office11, Slanted or One |
pco | If active, gradient filling is used to paint the background of the client area of a tab control which has the Office11 painting style applied to it. Note This option has no effect when either the pco |
pco | If active, arrow buttons are not displayed within the navigator bar. |
pco | If active, all the child controls within a tab control are redrawn when the tab control is resized. This option is required to ensure that controls which have transparent backgrounds (for instance, Tcx Note When this option is active, resizing of a tab control might make the child controls flicker. |
pco | If active, tab captions are sorted alphabetically within the Go Dialog. Otherwise, tab captions have the same order as the corresponding tabs. |
pco | If active, vertical text is written from top to bottom. Otherwise it is written from bottom to top. Please refer to the Tabs Position and Arrangement topic for additional information. |
pco | If active, tabs are painted using the same color as the corresponding pages (as specified by the page’s Color property). Otherwise, the color of a particular tab is determined by its Color property. Note This option isn’t in effect for a particular bar when its Parent |