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 if no control was found.
CopyC#
null
C# |
public MixerControl FindControl( int ctrlId )
null