ToolStripDropDownButton.ProcessMnemonic(Char) Method

Definition

Retrieves a value indicating whether the drop-down list of the ToolStripDropDownButton has items.

protected public:
 override bool ProcessMnemonic(char charCode);
protected internal override bool ProcessMnemonic (char charCode);
override this.ProcessMnemonic : char -> bool
Protected Friend Overrides Function ProcessMnemonic (charCode As Char) As Boolean

Parameters

charCode
Char

The character to process.

Returns

true if the drop-down list has items; otherwise, false.

Applies to