Vcl.Taskbar.TCustomTaskbar.ActivateTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ActivateTab: Boolean; override;

C++

virtual bool __fastcall ActivateTab();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TCustomTaskbar

Description

Activates a tab preview in the application Windows task bar.

The ActivateTab method returns True if the tab preview is now active.

See Also