Items Property (CoolBar)

Class

CoolBar.

Action

Gets a list of items in the coolbar.

Syntax

C#
protected List(Of CoolItem) Items { get; }
VB
'Declaration
Protected Read Property Items As List(Of CoolItem)

Access

Read only.