Return to package dfl. www.dprogramming.com

module dfl.label

classes
Label

Label
public class Label: Control
{
public bool autoSize();    [property getter] public void autoSize(bool byes);    [property setter] public BorderStyle borderStyle();    [property getter] public void borderStyle(BorderStyle bs);    [property setter] protected override Size defaultSize();    [property getter] protected override void onEnabledChanged(EventArgs ea); protected override void onFontChanged(EventArgs ea); protected override void onPaint(PaintEventArgs ea); public Size preferredSize();    [property getter] public override void text(char[] newText);    [property setter] public ContentAlignment textAlign();    [property getter] public void textAlign(ContentAlignment calign);    [property setter] public this(); public final bool useMnemonic();    [property getter] public final void useMnemonic(bool byes);    [property setter] protected override void wndProc(inout Message m);
}