Vcl.ActnMenus.TCustomMenuItem.ShortCutBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCutBounds: TRect read FShortCutBounds write FShortCutBounds;

C++

__property System::Types::TRect ShortCutBounds = {read=FShortCutBounds, write=FShortCutBounds};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuItem

Description

Specifies the bounds for the shortcut caption.

ShortCutBounds is internally used to specify the bounds for the shortcut caption. ShortCutBounds is a TRect that specifies the drawing area of the shortcut caption.

See Also