API:Vcl.Taskbar.TTaskbar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Taskbar.TCustomTaskbarSystem.Win.TaskbarCore.TTaskbarBaseSystem.Win.TaskbarCore.TTaskbarHandlerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTaskbar

Delphi

TTaskbar = class(TCustomTaskbar)

C++

class PASCALIMPLEMENTATION TTaskbar : public TCustomTaskbar

Properties

Type Visibility Source Unit Parent
class public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar Vcl.Taskbar

Description

TCustomTaskbar is the base class for taskbar components.

Vcl.Taskbar.TTaskbar inherits from Vcl.Taskbar.TCustomTaskbar. All content below this line refers to Vcl.Taskbar.TCustomTaskbar.

TCustomTaskbar is the base class for taskbar components.

TCustomTaskbar encapsulates the common behavior of task bars. Taskbars include information and controls for the application from the Windows taskbar.

See Also