Method Public Overridable Sub SetInputVisibility(ByVal Switch As Visibility)
Description
This method is called when a new function question is started in order to set the form for the type of the new question. The Switch parameter specifies the type of component for the answer to the question. The possible values for Visibility are as follows:
Public Enum Visibility As Integer
None = 0
ScanBox = 1
ListBox = 2
CheckBox = 3
Grid = 4
ComboBox = 5
Signature = 6
DateTimePicker = 7
End Enum