Vcl.ScreenTips.TScreenTipItem.DisabledDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledDescription: TStrings read FDisabledDescription write SetDisabledDescription;

C++

__property System::Classes::TStrings* DisabledDescription = {read=FDisabledDescription, write=SetDisabledDescription};

Properties

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

Description

The hint's disabled description.

DisabledDescription represents the text that appears in the body 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