Class Label
Displays text that describes the View next in the SubViews. When the user presses a hotkey that matches the HotKey of the Label, the next View in SubViews will be activated.
public class Label : View, IDisposable, ISupportInitializeNotification, ISupportInitialize, IDesignable
- Inheritance
-
Label
- Implements
- Inherited Members
Remarks
Title and Text are the same property. When Title is set Text s also set. When Text is set Title is also set.
If CanFocus is false and the use clicks on the Label, the HotKey will be invoked on the next View in SubViews.
Constructors
Properties
- HotKeySpecifier
Gets or sets the specifier character for the hot key (e.g. '_'). Set to '\xffff' to disable automatic hot key setting support for this View instance. The default is '\xffff'.