Vcl.ActnMenus.TCustomMenuItem.MouseSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseSelected: Boolean read FMouseSelected;

C++

__property bool MouseSelected = {read=FMouseSelected, nodefault};

Properties

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

Description

Specifies whether the currently selected item was selected with the mouse cursor.

The MouseSelected property is used to specify whether the currently selected item was selected with the mouse cursor.

See Also