Methods | This Package | All Packages
Encapsulates the Windows label control, which displays a string of text that the user cannot edit.
Component
|
+--Control
|
+--Label
package com.ms.wfc.ui
public class Label
extends Control
Remarks
You can use a label to display status information or to identify a control that doesn't have a built-in label. When a label control gets the focus, it passes that focus to the next control in the tab order. This allows you to specify a mnemonic key for the label that sets the focus to another control.