FGX.NavigationBar.Types.IFGXActionButtonsController
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 . |