The Choose() method returns the DriverID of the selected driver.
Choose() allows you to optionally pass the DriverID of a "current" driver (you probably save this in the registry),
and the corresponding telescope type is pre-selected in the Chooser's list.
In this case, the OK button starts out enabled (lit-up); the assumption is that the pre-selected driver has already been configured.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic static string Choose(
string telescopeId
)
Public Shared Function Choose (
telescopeId As String
) As String
public:
static String^ Choose(
String^ telescopeId
)
Parameters
- telescopeId String
- Optional DriverID of the previously selected telescope that is to be the pre-selected telescope in the list.
Return Value
StringThe DriverID of the user selected telescope. Null if the dialogue is cancelled.
See Also