| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property InputChannels As InputChannels | |
| C# | |
|---|---|
public abstract InputChannels InputChannels {get; set;} | |
| C++/CLI | |
|---|---|
public: abstract property InputChannels InputChannels { InputChannels get(); void set ( InputChannels value); } | |
Property Value
The default value is InputChannels.All.This property can be used to quickly switch between different subsets of the input channels.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)