Method OnListBoxAsteriskKeyDown
OnListBoxAsteriskKeyDown(KeyEventArgs)
Handles the behavior when the asterisk (*) key is pressed in the inner list box.
protected virtual void OnListBoxAsteriskKeyDown(KeyEventArgs e)
Parameters
eKeyEventArgsThe KeyEventArgs instance containing the event data, including the key pressed and its state.
Remarks
This method expands all child items of the currently selected item in the list box, if one is selected. The event is suppressed to prevent further processing of the key press.