Vcl.Taskbar.TCustomTaskbar

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.TaskbarCore.TTaskbarBaseSystem.Win.TaskbarCore.TTaskbarHandlerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTaskbar

Delphi

TCustomTaskbar = class(TTaskbarBase)

C++

class PASCALIMPLEMENTATION TCustomTaskbar : public System::Win::Taskbarcore::TTaskbarBase

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.

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

See Also