Click or drag to resize

MarkerAPIRegisterDialogAutomationService Method

Register a dialog automation service to be used for dialog automation.

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.35.0
Syntax
C#
public void RegisterDialogAutomationService(
	IDialogAutomationService dialogAutomationService
)

Parameters

dialogAutomationService  IDialogAutomationService
An instance of dialog automation service.
See Also