Vcl.ScreenTips.TScreenTipItem.DisabledHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledHeader: string read FDisabledHeader write FDisabledHeader stored IsDisableHeaderStored;

C++

__property System::UnicodeString DisabledHeader = {read=FDisabledHeader, write=FDisabledHeader, stored=IsDisableHeaderStored};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

The hint's disabled header.

DisabledHeader represents the text that appears in the header of the screen tip pop-up window when the action or the control for which the screen tip processing is occurring is disabled.

See Also