BASS.NET API for the Un4seen BASS Audio Library

BASSTimerEnabled Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if the Timer is currently active.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool Enabled { get; set; }

Property Value

Type: Boolean
Remarks

Returns , if the Timer is active.

Setting this property will have the same effect as calling Start respectivly Stop.

See Also

Reference