FMX.Menus.IFMXMenuService.IsMenuBarOnWindowBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsMenuBarOnWindowBorder: boolean;

C++

virtual bool __fastcall IsMenuBarOnWindowBorder() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus IFMXMenuService

Description

Specifies if the main menu is located on top of the window.

IsMenuBarOnWindowBorder returns True if the main menu is located on top of the window, and False otherwise.

See Also