Class Label
The Label View displays a string at a given position and supports multiple lines separated by newline characters. Multi-line Labels support word wrap.
public class Label : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
- Inheritance
-
Label
- Implements
- Inherited Members
Remarks
Constructors
Methods
- OnClicked()
Virtual method to invoke the Clicked event.
- OnEnter(View)
Method invoked when a view gets focus.
- OnMouseEvent(MouseEvent)
Method invoked when a mouse event is generated
- ProcessHotKey(KeyEvent)
This method can be overwritten by view that want to provide accelerator functionality (Alt-key for example).