LineBox.UseMnemonic Property
Gets or sets a value that indicates whether the mnemonic in the header is used.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool UseMnemonic { get; set; }
public:
property bool UseMnemonic {
bool get();
void set(bool value);
}
Public Property UseMnemonic As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the mnemonic in the header is used; otherwise, false.
See Also
LineBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top