Vcl.Ribbon.TCustomRibbon.WMNCHitTest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMNCHitTest(var Message: TWMNCHitTest); message WM_NCHITTEST;

C++

HIDESBASE MESSAGE void __fastcall WMNCHitTest(Winapi::Messages::TWMNCHitTest &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Automatically called when you need to determine what part of the ribbon corresponds to a particular screen coordinate. This can happen, for example, when the cursor moves or when a mouse button is pressed or released.

See Also