Chooser Class
The Chooser provides a way for your application to let your user select which device to use.
Namespace: ASCOM.ComAssembly: ASCOM.Com (in ASCOM.Com.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public class Chooser : IDisposable
Public Class Chooser
Implements IDisposable
- Inheritance
- Object Chooser
- Implements
- IDisposable
This component is a light wrapper for the Platform Chooser COM component. In time it will be re-written as a native .NET Core component
| DeviceType |
The type of device from which the Chooser will select a driver. (default = "Telescope")
|
| Choose |
Select the ASCOM driver to use without pre-selecting one in the drop-down list
Obsolete |
| Choose(String) |
Display the Chooser dialogue enabling the user to select a driver
Obsolete |
| Dispose |
Release the Chooser component's Chooser COM object
|
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10