Can the "Type to Serch field" be set via API/script? e.g. Document.Properties["control1"].Search = 'ABC OR GHI'
I have a List Box Property control with unique values in a column. Is it possible to get a filter/filterering scheme to update the property control? Is it possible to update the listbox property control so it only displays filtered values? So if Companies "ABC" and "GHI" are filtered then the list box only shows those two values.