<< Click to Display Table of Contents >>

multiscreen.sync_component_inputdialog

Sets the components to synchronize the input dialog.

Values

all

All components run as a dialog box

checkbox

CheckBox

combobox

ComboBox

datetimepicker

DateTimePicker

none

Does not synchronize any component(The default value)

numericupdown

NumericUpDown

radiobutton

RadioButton

signpad

SignPad

textbox

TextBox

togglebutton

ToggleButton

Reference

This parameter values can be set to multiple values using (,).

This function runs when the viewer.screentool parameter value is set to "multiscreenguide".

The following settings are required for each component.

Component

Additional settings

checkbox

Please set multiscreen.checkbox_type value to dialog_at_prev_next.

radiobutton

Please set multiscreen.radiobutton_type value to dialog or dialog_at_prev_next.

Sets the Group Name property value to the radio button group name.

togglebutton

Please set multiscreen.togglebutton_typevalue to dialog or dialog_at_prev_next.