Class Label | Terminal.Gui v2 (original) (raw)
The Label View displays text that describes the View next in the SubViews. When Label receives a HotKey command it will pass it to the next View inSubViews.
public class Label : View, IDisposable, ISupportInitializeNotification, ISupportInitialize, IDesignable
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 inSubViews.