Vcl.RibbonActnCtrls.TRibbonSplitMenuItem.MouseInSplit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseInSplit: Boolean read FMouseInSplit write SetMouseInSplit;

C++

__property bool MouseInSplit = {read=FMouseInSplit, write=SetMouseInSplit, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSplitMenuItem

Description

Specifies whether the mouse cursor is in the split rectangle of an item.

MouseInSplit specifies whether the mouse cursor is in the split rectangle of an item.

See Also