Managed Windows API
FindControl Method (ctrlId)
NamespacesManagedWinapi.Audio.MixerMixerFindControl(Int32)
Find a control of this mixer by ID.
Declaration Syntax
C#
public MixerControl FindControl(
	int ctrlId
)
Parameters
ctrlId (Int32)
ID of the control to find.
Return Value
The control, or
CopyC#
null
if no control was found.

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)