CAViewer::SetDataRefreshEnable

CAViewer class

Enables or disables the Data...Refresh menu item.

void SetDataRefreshEnable(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, the Data...Refresh menu item is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

You can use the Data...Refresh menu item to update your display to reflect the current array data.

See Also

CAViewer::GetDataRefreshEnable