Vcl.JumpList.TJumpListItem.IsSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSeparator: Boolean read FIsSeparator write SetIsSeparator default False;

C++

__property bool IsSeparator = {read=FIsSeparator, write=SetIsSeparator, default=0};

Properties

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

Description

Whether this item is an item separator (True) or a regular item (False).

Note: Separators are only visible between regular list items. Separators at the beginning or at the end of a list of items are not visible in your jump list.

See Also