Table of Contents

Method OnListBoxAsteriskKeyDown

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnListBoxAsteriskKeyDown(KeyEventArgs)

Handles the behavior when the asterisk (*) key is pressed in the inner list box.

protected virtual void OnListBoxAsteriskKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

The 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.