BASS.NET API for the Un4seen BASS Audio Library

WaveFormWinControl Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the application window control (use null for console applications).

This window control will be used to invoke the WAVEFORMPROC (if set), so that the callback will be executed in the 'correct' GUI thread, if the background option was set during RenderStart(Int32, Boolean).

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

public Control WinControl { get; set; }

Property Value

Type: Control
See Also

Reference