ToolStripDropDownButton.ProcessMnemonic(Char) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolProtected Friend Overrides Function ProcessMnemonic (charCode As Char) As BooleanParameters
- charCode
- Char
The character to process.
Returns
true if the drop-down list has items; otherwise, false.