FGX.NavigationBar.Types.IFGXActionButtonsController

Материал из FGX Native Докуметации
Версия от 01:28, 16 мая 2020; Admin (обсуждение | вклад) (summary)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску

Delphi

IFGXActionButtonsController = interface (IInterface)

IInterface -> IFGXActionButtonsController

Описание

Отвечает за управление привязанным к кнопке ActionControl .

Методы

procedure
ExpandActionControl(const AButton: TfgNavigationBarButton)

Отображает ActionControl у переданной кнопки AButton .

procedure
CollapseActionControl(const AButton: TfgNavigationBarButton)

Скрывает ActionControl у переданной кнопки AButton .

function
IsActionControlExpanded(const AButton: TfgNavigationBarButton): Boolean

Отображен ли ActionControl у переданной кнопки AButton .