dbicLabel Send comments on this topic.
UseMnemonic Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : UseMnemonic Property

Determines if the first character preceded by an ampersand (&) will be used as the control's mnemonic key.

Syntax

Visual Basic (Declaration) 
Public Overridable Property UseMnemonic As Boolean
C# 
public virtual bool UseMnemonic {get; set;}

Property Value

Boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also