Vcl.Taskbar.TTaskbar.ToolTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ToolTip: string read FToolTip write SetToolTip default 0;

C++

__property ToolTip = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TTaskbar

Description

Specifies the tool tip displayed for the application in the taskbar.

Vcl.Taskbar.TTaskbar.ToolTip inherits from System.Win.TaskbarCore.TTaskbarBase.ToolTip. All content below this line refers to System.Win.TaskbarCore.TTaskbarBase.ToolTip.

Specifies the tool tip displayed for the application in the taskbar.

See Also