DropDownControlCommitSelection(Object) Method
This can be called to select an item by value and hide the drop-down
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void CommitSelection(
Object item
)
Public Sub CommitSelection (
item As Object
)
public:
void CommitSelection(
Object^ item
)
member CommitSelection :
item : Object -> unit
Parameters
- item Object
- The item to select
This will guarantee that the drop-down is closed prior to setting the new value so that the
drop-down doesn't block or hide dialog boxes that may get displayed in a user's event handler.