FGX.Forms.Types.TfgSystemStatusBar: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 26: Строка 26:
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visibility: [[.TfgSystemStatusBarVisibility|TfgSystemStatusBarVisibility]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visibility: [[.TfgSystemStatusBarVisibility|TfgSystemStatusBarVisibility]]</code>
 
Режим отображения. Отвечает за то, как будет располагаться статус бар по отношению к форме.
 
Режим отображения. Отвечает за то, как будет располагаться статус бар по отношению к форме.
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultColor: [[TAlphaColor]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultVisiblity: [[.TfgSystemStatusBarVisibility|TfgSystemStatusBarVisibility]]</code>
 +
 
|}
 
|}

Версия 04:50, 10 июня 2019

Delphi

TfgSystemStatusBar = class (TfgPersistent)

Описание

Настройки системного статуса бара.

Конструкторы

constructor
Create(AOwner: TPersistent)

Свойства

property
BackgroundColor: TAlphaColor

Цвет заднего фона статус бара.

property
Visibility: TfgSystemStatusBarVisibility

Режим отображения. Отвечает за то, как будет располагаться статус бар по отношению к форме.

Константы

const
DefaultColor: TAlphaColor
const
DefaultVisiblity: TfgSystemStatusBarVisibility