Columns Property (SWTTree)

Class

SWTTree.

Action

Gets a list of columns in the tree.

Syntax

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

Access

Read only.