Class TGUITab

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGUITab = class(TGUIElement)

Description

A tab-page, onto which other gui elements could be added.
TGUITab refers to the page itself, not to the tab in the tabbar of a TGUITabControl.

Hierarchy

Overview

Properties

Public property BackgroundColor: TARGBColor read GetBackgroundColor write SetBackgroundColor;
Public property DrawBackground: Boolean read IsDrawingBackground write SetDrawBackground;
Public property TabIndex: LongInt read GetTabIndex;
Public property TextColor: TARGBColor read GetTextColor write SetTextColor;

Description

Properties

Public property BackgroundColor: TARGBColor read GetBackgroundColor write SetBackgroundColor;

The tab's background color.
To actually enable drawing of the tab's background, set DrawBackground to True.

Public property DrawBackground: Boolean read IsDrawingBackground write SetDrawBackground;

Specifies whether the background should be drawn.

Public property TabIndex: LongInt read GetTabIndex;

The tab's index in a TGUITabControl if it is owned by one.

Public property TextColor: TARGBColor read GetTextColor write SetTextColor;

The text color.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22