Label Control

Label to display static text.

Control
   Label

control Label implements

IDisposable

Constructors

LabelConstructor that takes in control boundaries.

Properties

EnabledSets or gets enabled state for the control.
SelectableDetermined the text in the control should be selectable or not.
CaptionSets or gets text caption to display in the control.
AlignmentSets or gets Text alignment.
Width (Inherited) Sets or gets width of the control.
Height (Inherited) Sets or gets height of the control.
Visible (Inherited) Visible state of the control.
Window (Inherited) Gets control’s owner window.
Left (Inherited) Sets or gets controls left location.
Top (Inherited) Sets or gets controls top location.

Methods

Dispose (Inherited)
SetFocus (Inherited) Sets focus.