Skip to content

Color Property

Description

Gets or sets the color of the Block or Key.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Color() As ULong

Return Type

Color of the Block or Key.

Example

Dim Block As TrackBlock  
Set Block = TrackItem.AddBlock(False, 70, 100)  
Block.Color = RGB(255, 219, 117)

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.