Click or drag to resize

AnnunciatorCadenceUpdate Method

Updates the anunciator's display, if it has changed since the last update.

Namespace:  ASCOM.Controls
Assembly:  ASCOM.Controls (in ASCOM.Controls.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public void CadenceUpdate(
	bool newState
)

Parameters

newState
Type: SystemBoolean
The new state of the control's appearance ('on' or 'off').
Remarks
Implements the CadenceUpdate(Boolean) method. The CadenceManager always calls this method on the GUI thread.
See Also