ChooserSAChoose(String) Method

Select an ASCOM driver to use, pre-selecting one in the drop-down list

Definition

Namespace: ASCOM.Com
Assembly: ASCOM.Com.ChooserSA (in ASCOM.Com.ChooserSA.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public string Choose(
	string progId
)

Parameters

progId  String
Driver to preselect in the chooser dialogue

Return Value

String
Driver ID of chosen driver

Remarks

The supplied driver will be pre-selected in the Chooser's list when the chooser window is first opened.

The device type will default to Telescope if no device type is set prior to calling this method.

Version Information

.NET

Supported in: .NET 8.0 and later

See Also