<< Click to Display Table of Contents >>
multiscreen.sync_component_inputdialog
입력 다이얼로그를 동기화할 컴포넌트를 설정합니다.
Values
all |
다이얼로그 형태로 실행되는 모든 컴포넌트 |
checkbox |
체크 박스 |
combobox |
콤보 박스 |
datetimepicker |
DateTimePicker |
none |
모든 컴포넌트를 동기화 안 함(기본 값) |
numericupdown |
NumericUpDown |
radiobutton |
라디오 버튼 |
signpad |
서명 |
textbox |
텍스트 박스 |
togglebutton |
토글 버튼 |
Reference
컴포넌트를 여러 개 설정할 경우 콤마(,)를 구분자로하여 값을 나열합니다.
해당 기능은 viewer.screentool 파라미터 값을 multiscreenguide로 설정한 경우에만 동작되며, 컴포넌트별로 아래와 같은 추가 설정이 필요합니다.
컴포넌트 |
추가 설정 |
checkbox |
multiscreen.checkbox_type 파라미터 값을 dialog_at_prev_next로 설정 |
radiobutton |
multiscreen.radiobutton_type 파라미터 값을 dialog 또는 dialog_at_prev_next로 설정 Group Name 속성 값을 라디오 버튼 그룹 이름으로 설정 |
togglebutton |
multiscreen.togglebutton_type 파라미터 값을 dialog 또는 dialog_at_prev_next로 설정 |