Vcl.JumpList.TJumpCategoryItem.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible default True;

C++

__property bool Visible = {read=FVisible, write=SetVisible, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpCategoryItem

Description

Determines whether your category should be visible on the jump list of your application (True) or not (False).

Note: Windows does not show empty lists. If your category does not contain any item, your category is not visible, regardless of the value of this property.

See Also